A C D F I M T V W 

A

allAdjacentTo(String) - Static method in class WordGamesUtil
Returns a sorted set of all words in WordGamesUtility.DICTIONARY that are adjacent to the string s.
allAdjacentTo(String, int) - Static method in class WordGamesUtil
Returns a sorted set of all words in WordGamesUtility.DICTIONARY that are adjacent to the string s and differ from s exactly at the given index.
areAdjacent(String, String) - Static method in class WordGamesUtil
Determines if two strings are adjacent words.
A C D F I M T V W