ObjectSpace Homepage

JGL - The Generic Collection Library for Java
All Packages  Class Hierarchy Index of Fields and Methods
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

TimesNumber(). Constructor for class com.objectspace.jgl.functions.TimesNumber
Construct myself to use intValue() for operation.
TimesNumber(Class). Constructor for class com.objectspace.jgl.functions.TimesNumber
Construct myself to operate on objects of the given class.
top(). Method in class com.objectspace.jgl.PriorityQueue
Return my top object.
top(). Method in class com.objectspace.jgl.Stack
Return the last object that was pushed onto me.
toString(). Method in class com.objectspace.jgl.Array
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.util.Benchmark
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.BooleanArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.ByteArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.ByteBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.CharArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.CharBuffer
Return a string that describes me.
toString(). Method in interface com.objectspace.jgl.Container
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Deque
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.DList
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.DoubleArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.FloatArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.FloatBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.HashMap
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.HashSet
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.IntArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.IntBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.LongArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.LongBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Map
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.ObjectArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.OrderedMap
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.OrderedSet
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Pair
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.PriorityQueue
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Queue
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Range
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.ShortArray
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.adapters.ShortBuffer
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.SList
Return a string that describes me.
toString(). Method in class com.objectspace.jgl.Stack
Return a string that describes me.
ToString(). Constructor for class com.objectspace.jgl.functions.ToString
toString(). Method in class com.objectspace.jgl.adapters.VectorArray
Return a string that describes me.
toString(Container, String). Static method in class com.objectspace.jgl.algorithms.Printing
Return a string that describes a container.
toString(InputIterator, InputIterator). Static method in class com.objectspace.jgl.algorithms.Printing
Return a string that describes the contents of the sequence associated with an iterator.
transform(Container, Container, Container, BinaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse two containers and add the results of invoking a BinaryFunction on corresponding elements to another container.
transform(Container, Container, OutputIterator, BinaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse two containers and store the results of invoking a BinaryFunction on corresponding elements into a sequence.
transform(Container, Container, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse a container and add the results of invoking a UnaryFunction on each element into another container.
transform(Container, OutputIterator, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse a container and store the results of invoking a UnaryFunction on each element into a sequence.
transform(InputIterator, InputIterator, InputIterator, OutputIterator, BinaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse two sequences and store the results of invoking a BinaryFunction on corresponding elements into another sequence of the same size.
transform(InputIterator, InputIterator, OutputIterator, UnaryFunction). Static method in class com.objectspace.jgl.algorithms.Transforming
Traverse a sequence and store the results of invoking a UnaryFunction on each element into another sequence of the same size.
trimToSize(). Method in class com.objectspace.jgl.Array
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.BooleanBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.ByteBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.CharBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.DoubleBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.FloatBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.IntBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.LongBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
trimToSize(). Method in class com.objectspace.jgl.adapters.ShortBuffer
If my storage space is currently larger than my total number of elements, reallocate the elements into a storage space that is exactly the right size.
TRUE. Static variable in class com.objectspace.jgl.predicates.ConstantPredicate

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Packages  Class Hierarchy Index of Fields and Methods
Submit a bug or feature