Skip navigation links
A B C D E F G H I L M N O P Q R S T U X 

T

ThreeTuple - Class in com.nwawsoft.util.datastructures
A data type for storing, passing and working with three objects of any type.
ThreeTuple() - Constructor for class com.nwawsoft.util.datastructures.ThreeTuple
Creates an empty ThreeTuple.
ThreeTuple(Object, Object, Object) - Constructor for class com.nwawsoft.util.datastructures.ThreeTuple
Creates a ThreeTuple from the specified objects.
toFirst() - Method in class com.nwawsoft.util.datastructures.List
Moves the currently selected object pointer to the first object of the list.
toFontString(Font) - Static method in class com.nwawsoft.util.ui.FontFunctions
Creates a fontString from a font object.
toHTML(String) - Static method in class com.nwawsoft.util.html.HTMLTagger
Surrounds any text with opening and closing HTML tags.
toLast() - Method in class com.nwawsoft.util.datastructures.List
Moves the currently selected object pointer to the last object of the list.
toLink(String) - Static method in class com.nwawsoft.util.html.HTMLTagger
Surrounds any text with opening and closing HTML tags and the link tag.
toOnlyFirstCharCapital(String) - Static method in class com.nwawsoft.util.natives.StringFunctions
Changes the case of the first character in a String to be upper case and all other characters in the String to be lower case.
top() - Method in class com.nwawsoft.util.datastructures.Stack
Returns the upmost object of the stack.
topAndPop() - Method in class com.nwawsoft.util.datastructures.Stack
Removes (pops) the upmost object from the stack and returns it.
Tree - Class in com.nwawsoft.util.datastructures
Tree data structure which can contain infinitely many other Trees.
Tree() - Constructor for class com.nwawsoft.util.datastructures.Tree
Creates an empty Tree object.
Tree(List) - Constructor for class com.nwawsoft.util.datastructures.Tree
Creates a Tree object that stores a passed List of Tree objects.
Tree(List, boolean) - Constructor for class com.nwawsoft.util.datastructures.Tree
Creates a Tree object that stores a passed List of Tree objects.
TwoTuple - Class in com.nwawsoft.util.datastructures
A data type for storing, passing and working with two objects of any type.
TwoTuple() - Constructor for class com.nwawsoft.util.datastructures.TwoTuple
Creates an empty TwoTuple.
TwoTuple(Object, Object) - Constructor for class com.nwawsoft.util.datastructures.TwoTuple
Creates a TwoTuple from the specified objects.
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links