Uses of Class
squidpony.ObText.ObTextEntry
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of ObText.ObTextEntry in squidpony
Fields in squidpony with type parameters of type ObText.ObTextEntry Modifier and Type Field Description ArrayList<ObText.ObTextEntry>
ObText.ObTextEntry. associated
Methods in squidpony that return ObText.ObTextEntry Modifier and Type Method Description ObText.ObTextEntry
ObText.ObTextEntry. firstAssociatedEntry()
Methods in squidpony that return types with arguments of type ObText.ObTextEntry Modifier and Type Method Description List<ObText.ObTextEntry>
ObText.ObTextEntry. openAssociated()
Methods in squidpony with parameters of type ObText.ObTextEntry Modifier and Type Method Description void
ObText.ObTextEntry. add(ObText.ObTextEntry entry)
Constructor parameters in squidpony with type arguments of type ObText.ObTextEntry Constructor Description ObTextEntry(String primaryString, Collection<ObText.ObTextEntry> associatedStrings)