A B C D E F G H I J K L M N O P R S T U V W

T

tail(List<E>, int) - Static method in class org.jjoost.util.Iters
Returns a List that represents the last count elements of the supplied List (or all of them if there are fewer).
third() - Method in interface org.jjoost.util.tuples.Triple
 
ThreadQueue<Q extends ThreadQueue<Q>> - Class in org.jjoost.util.concurrent
A simple thread queue used by concurrent collections implementations to track threads that are waiting on conditions being met (e.g.
ThreadQueue() - Constructor for class org.jjoost.util.concurrent.ThreadQueue
Construct a new ThreadQueue item with the current thread as argument (this should not be used for construction of the "head" of the queue); new ThreadQueue(null) is the correct constructor.
ThreadQueue(Thread) - Constructor for class org.jjoost.util.concurrent.ThreadQueue
Construct a new ThreadQueue
toArray() - Method in class org.jjoost.collections.lists.UniformList
 
toArray(T[]) - Method in class org.jjoost.collections.lists.UniformList
 
toArray() - Method in class org.jjoost.collections.sets.wrappers.AdapterToJDKSet
 
toArray(T[]) - Method in class org.jjoost.collections.sets.wrappers.AdapterToJDKSet
 
toArray(Iterable<?>, T[]) - Static method in class org.jjoost.util.Iters
Copy the contents of the provided Iterable into the provided array; if the array is not large enough a new one will be initialised and returned.
toArray(Iterator<?>, T[]) - Static method in class org.jjoost.util.Iters
Copy the contents of the provided Iterator into the provided array; if the array is not large enough a new one will be initialised and returned.
toArray(Iterable<?>, Class<T>) - Static method in class org.jjoost.util.Iters
Copy the contents of the provided Iterable into an array of the provided type.
toArray(Iterator<?>, Class<T>) - Static method in class org.jjoost.util.Iters
Copy the contents of the provided Iterator into an array of the provided type.
toArray(Iterable<?>) - Static method in class org.jjoost.util.Iters
Create an Object[] from the supplied Iterable
toArray(Iterator<?>) - Static method in class org.jjoost.util.Iters
Create an Object[] from the supplied Iterator.
toList(Iterable<E>) - Static method in class org.jjoost.util.Iters
Create an Arraylist from the supplied Iterable
toList(Iterator<E>) - Static method in class org.jjoost.util.Iters
Create an Arraylist from the supplied Iterator.
toList(Iterator<E>, List<E>) - Static method in class org.jjoost.util.Iters
Exhaust the provided Iterator, copying its contents into the provided List
toString() - Method in class org.jjoost.collections.base.LockFreeHashStore
 
toString() - Method in class org.jjoost.collections.base.SerialHashStore
 
toString() - Method in class org.jjoost.collections.iters.AbstractIterable
 
toString() - Method in class org.jjoost.collections.lists.UniformList
 
toString() - Method in class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeHashSetNode
 
toString() - Method in class org.jjoost.collections.sets.base.AbstractHashSet.LockFreeLinkedHashSetNode
 
toString() - Method in class org.jjoost.collections.sets.base.AbstractHashSet.SerialHashSetNode
 
toString() - Method in class org.jjoost.collections.sets.base.AbstractHashSet.SerialLinkedHashSetNode
 
toString() - Method in class org.jjoost.collections.sets.base.HashSet
 
toString() - Method in class org.jjoost.util.filters.AcceptBetween
 
toString() - Method in class org.jjoost.util.filters.AcceptEqual
 
toString() - Method in class org.jjoost.util.filters.AcceptGreater
 
toString() - Method in class org.jjoost.util.filters.AcceptGreaterEqual
 
toString() - Method in class org.jjoost.util.filters.AcceptIfMember
 
toString() - Method in class org.jjoost.util.filters.AcceptIfNonEmptyString
 
toString() - Method in class org.jjoost.util.filters.AcceptIfNotNull
 
toString() - Method in class org.jjoost.util.filters.AcceptIfNull
 
toString() - Method in class org.jjoost.util.filters.AcceptLess
 
toString() - Method in class org.jjoost.util.filters.AcceptLessEqual
 
toString() - Method in class org.jjoost.util.filters.AcceptUnique
 
toString() - Method in class org.jjoost.util.filters.AcceptUniqueAscendingSequence
 
toString() - Method in class org.jjoost.util.filters.AcceptUniqueDescendingSequence
 
toString() - Method in class org.jjoost.util.filters.AcceptUniqueSequence
 
toString() - Method in class org.jjoost.util.filters.BothFilterAnd
 
toString() - Method in class org.jjoost.util.filters.BothFilterMultiAnd
 
toString() - Method in class org.jjoost.util.filters.BothFilterMultiOr
 
toString() - Method in class org.jjoost.util.filters.BothFilterNot
 
toString() - Method in class org.jjoost.util.filters.BothFilterOr
 
toString() - Method in class org.jjoost.util.filters.FilterAnd
 
toString() - Method in class org.jjoost.util.filters.FilterMultiAnd
 
toString() - Method in class org.jjoost.util.filters.FilterMultiOr
 
toString() - Method in class org.jjoost.util.filters.FilterNot
 
toString() - Method in class org.jjoost.util.filters.FilterOr
 
toString() - Method in class org.jjoost.util.filters.FilterPattern
 
toString() - Method in class org.jjoost.util.filters.PartialOrderAcceptBetween
 
toString() - Method in class org.jjoost.util.filters.PartialOrderAcceptGreater
 
toString() - Method in class org.jjoost.util.filters.PartialOrderAcceptGreaterEqual
 
toString() - Method in class org.jjoost.util.filters.PartialOrderAcceptLess
 
toString() - Method in class org.jjoost.util.filters.PartialOrderAcceptLessEqual
 
toString(boolean) - Static method in class org.jjoost.util.Functions
Returns a function that converts its input to a String; if replaceNulls is true then null values are replaced by "null", otherwise they are left as null
toString(Iterable<?>) - Static method in class org.jjoost.util.Iters
Returns a string representation of the argument of the form produced by java.util collections
toString(Iterator<?>) - Static method in class org.jjoost.util.Iters
Returns a string representation of the argument of the form produced by java.util collections.
toString(Iterable<?>, String) - Static method in class org.jjoost.util.Iters
Concatenates the elements of the provided Iterable using the provided delimiter
toString(Iterator<?>, String) - Static method in class org.jjoost.util.Iters
Concatenates the elements of the provided Iterator using the provided delimiter.
toString(Object) - Static method in class org.jjoost.util.Objects
Convert the provided argument to a String, return "null" of the argument is null
toStrings(List<?>, boolean) - Static method in class org.jjoost.util.Iters
Eagerly convert the provided List into a List of type String, by calling the toString() method on each item.
toStrings(Iterable<?>, boolean) - Static method in class org.jjoost.util.Iters
Lazily convert the provided Iterable into an Iterable of type String, by calling the toString() method on each item.
toStrings(Iterator<?>, boolean) - Static method in class org.jjoost.util.Iters
Lazily convert the provided Iterator into an Iterator of type String, by calling the toString() method on each item.
toStrings(ClosableIterator<?>, boolean) - Static method in class org.jjoost.util.Iters
Lazily convert the provided Iterator into an Iterator of type String, by calling the toString() method on each item.
totalCount() - Method in interface org.jjoost.collections.AnyReadMap
Return an integer representing the total number of maplets (i.e.
totalCount() - Method in interface org.jjoost.collections.AnyReadSet
Returns the total number of values (including duplicates) in the set
totalCount() - Method in interface org.jjoost.collections.base.HashStore
 
totalCount() - Method in class org.jjoost.collections.base.LockFreeHashStore
 
totalCount() - Method in class org.jjoost.collections.base.SegmentedHashStore
 
totalCount() - Method in class org.jjoost.collections.base.SerialHashStore
 
totalCount() - Method in class org.jjoost.collections.base.SynchronizedHashStore
 
totalCount() - Method in class org.jjoost.collections.bimaps.AbstractBiMap
 
totalCount() - Method in class org.jjoost.collections.maps.base.AbstractHashMap
 
totalCount() - Method in class org.jjoost.collections.maps.nested.NestedSetMap
 
totalCount() - Method in class org.jjoost.collections.maps.wrappers.AdapterFromJDKMap
 
totalCount() - Method in class org.jjoost.collections.maps.wrappers.DefaultFactoryMap
 
totalCount() - Method in class org.jjoost.collections.maps.wrappers.DefaultFunctionMap
 
totalCount() - Method in class org.jjoost.collections.maps.wrappers.SynchronizedArbitraryMap
 
totalCount() - Method in class org.jjoost.collections.sets.base.AbstractArraySet
 
totalCount() - Method in class org.jjoost.collections.sets.base.AbstractHashSet
 
totalCount() - Method in class org.jjoost.collections.sets.base.AbstractUniqueSetAdapter
 
totalCount() - Method in class org.jjoost.collections.sets.base.IterableSet
 
totalCount() - Method in class org.jjoost.collections.sets.base.NestedMultiHashSet
 
totalCount() - Method in class org.jjoost.collections.sets.wrappers.AdapterFromJDKSet
 
totalCount() - Method in class org.jjoost.collections.sets.wrappers.SynchronizedArbitrarySet
 
TransitiveClosureIterable<E> - Class in org.jjoost.collections.iters
 
TransitiveClosureIterable(Function<E, ? extends Iterator<E>>, E) - Constructor for class org.jjoost.collections.iters.TransitiveClosureIterable
 
TransitiveClosureIterator<E> - Class in org.jjoost.collections.iters
 
TransitiveClosureIterator(Function<E, ? extends Iterator<E>>, E) - Constructor for class org.jjoost.collections.iters.TransitiveClosureIterator
 
TransitiveClosureIterator(Function<E, ? extends Iterator<E>>, E, boolean) - Constructor for class org.jjoost.collections.iters.TransitiveClosureIterator
 
Triple<A,B,C> - Interface in org.jjoost.util.tuples
A simple interface representing a three-tuple (triple)
type() - Method in class org.jjoost.collections.base.HashStoreType
 
type() - Method in class org.jjoost.collections.ListMapNesting
INLINE or NESTED *
type(HashStoreType) - Method in class org.jjoost.collections.MapMaker.HashMapMaker
Set the type of hash store to back the map by; this will affect performance and concurrency characteristics, primarily, but should have no impact on the basic functionality.
type() - Method in class org.jjoost.collections.MultiMapNesting
INLINE or NESTED
type() - Method in class org.jjoost.collections.MultiSetNesting
Return the MultiSetNesting.Type type of this MultiSetNesting
type(HashStoreType) - Method in class org.jjoost.collections.SetMaker.HashSetMaker
Set the type of hash structure to back the set by; this will affect performance and concurrency characteristics, primarily, but should have no impact on the basic functionality.

A B C D E F G H I J K L M N O P R S T U V W