Class Summary | |
---|---|
HashFunctions | Provides various hash functions. |
Main | Created: Sat Nov 3 18:17:56 2001 |
MemoryUsage | |
MemoryUsage.Creator | |
MemoryUsage.JavasoftIntegerArrayListCreator | |
MemoryUsage.JavasoftListCreator | |
MemoryUsage.JavasoftMapCreator | |
MemoryUsage.JavasoftSetCreator | |
MemoryUsage.MemoryComparator | |
MemoryUsage.TroveIntArrayListCreator | |
MemoryUsage.TroveListCreator | |
MemoryUsage.TroveMapCreator | |
MemoryUsage.TroveSetCreator | |
Operation | |
PrimeFinder | Used to keep hash table capacities prime numbers. |
Repeater | |
Reporter | |
Result | Created: Thu Nov 22 20:47:16 2001 |
SerializationProcedure | Implementation of the variously typed procedure interfaces that supports writing the arguments to the procedure out on an ObjectOutputStream. |
TDoubleArrayList | A resizable, array-backed list of double primitives. |
TDoubleDoubleHashMap | An open addressed Map implementation for double keys and double values. |
TDoubleDoubleHashMapDecorator | Wrapper class to make a TDoubleDoubleHashMap conform to the java.util.Map API. |
TDoubleDoubleHashMap.EqProcedure | |
TDoubleDoubleHashMap.HashProcedure | |
TDoubleDoubleIterator | Iterator for maps of type double and double. |
TDoubleDoubleProcedure | Interface for procedures that take two parameters of type double and double. |
TDoubleFloatHashMap | An open addressed Map implementation for double keys and float values. |
TDoubleFloatHashMapDecorator | Wrapper class to make a TDoubleFloatHashMap conform to the java.util.Map API. |
TDoubleFloatHashMap.EqProcedure | |
TDoubleFloatHashMap.HashProcedure | |
TDoubleFloatIterator | Iterator for maps of type double and float. |
TDoubleFloatProcedure | Interface for procedures that take two parameters of type double and float. |
TDoubleFunction | Interface for functions that accept and return one double primitive. |
TDoubleHash | An open addressed hashing implementation for double primitives. |
TDoubleHashingStrategy | Interface to support pluggable hashing strategies in maps and sets. |
TDoubleHashSet | An open addressed set implementation for double primitives. |
TDoubleHashSetDecorator | Wrapper class to make a TDoubleHashSet conform to the java.util.Set API. |
TDoubleHashSet.HashProcedure | |
TDoubleIntHashMap | An open addressed Map implementation for double keys and int values. |
TDoubleIntHashMapDecorator | Wrapper class to make a TDoubleIntHashMap conform to the java.util.Map API. |
TDoubleIntHashMap.EqProcedure | |
TDoubleIntHashMap.HashProcedure | |
TDoubleIntIterator | Iterator for maps of type double and int. |
TDoubleIntProcedure | Interface for procedures that take two parameters of type double and int. |
TDoubleIterator | Iterator for double collections. |
TDoubleLongHashMap | An open addressed Map implementation for double keys and long values. |
TDoubleLongHashMapDecorator | Wrapper class to make a TDoubleLongHashMap conform to the java.util.Map API. |
TDoubleLongHashMap.EqProcedure | |
TDoubleLongHashMap.HashProcedure | |
TDoubleLongIterator | Iterator for maps of type double and long. |
TDoubleLongProcedure | Interface for procedures that take two parameters of type double and long. |
TDoubleObjectHashMap | An open addressed Map implementation for double keys and Object values. |
TDoubleObjectHashMapDecorator | Wrapper class to make a TDoubleObjectHashMap conform to the java.util.Map API. |
TDoubleObjectHashMap.EqProcedure | |
TDoubleObjectHashMap.HashProcedure | |
TDoubleObjectIterator | Iterator for maps of type double and Object. |
TDoubleObjectProcedure | Interface for procedures that take two parameters of type double and Object. |
TDoubleProcedure | Interface for procedures with one double paramater. |
TextReporter | |
TFloatArrayList | A resizable, array-backed list of float primitives. |
TFloatDoubleHashMap | An open addressed Map implementation for float keys and double values. |
TFloatDoubleHashMapDecorator | Wrapper class to make a TFloatDoubleHashMap conform to the java.util.Map API. |
TFloatDoubleHashMap.EqProcedure | |
TFloatDoubleHashMap.HashProcedure | |
TFloatDoubleIterator | Iterator for maps of type float and double. |
TFloatDoubleProcedure | Interface for procedures that take two parameters of type float and double. |
TFloatFloatHashMap | An open addressed Map implementation for float keys and float values. |
TFloatFloatHashMapDecorator | Wrapper class to make a TFloatFloatHashMap conform to the java.util.Map API. |
TFloatFloatHashMap.EqProcedure | |
TFloatFloatHashMap.HashProcedure | |
TFloatFloatIterator | Iterator for maps of type float and float. |
TFloatFloatProcedure | Interface for procedures that take two parameters of type float and float. |
TFloatFunction | Interface for functions that accept and return one float primitive. |
TFloatHash | An open addressed hashing implementation for float primitives. |
TFloatHashingStrategy | Interface to support pluggable hashing strategies in maps and sets. |
TFloatHashSet | An open addressed set implementation for float primitives. |
TFloatHashSetDecorator | Wrapper class to make a TFloatHashSet conform to the java.util.Set API. |
TFloatHashSet.HashProcedure | |
TFloatIntHashMap | An open addressed Map implementation for float keys and int values. |
TFloatIntHashMapDecorator | Wrapper class to make a TFloatIntHashMap conform to the java.util.Map API. |
TFloatIntHashMap.EqProcedure | |
TFloatIntHashMap.HashProcedure | |
TFloatIntIterator | Iterator for maps of type float and int. |
TFloatIntProcedure | Interface for procedures that take two parameters of type float and int. |
TFloatIterator | Iterator for float collections. |
TFloatLongHashMap | An open addressed Map implementation for float keys and long values. |
TFloatLongHashMapDecorator | Wrapper class to make a TFloatLongHashMap conform to the java.util.Map API. |
TFloatLongHashMap.EqProcedure | |
TFloatLongHashMap.HashProcedure | |
TFloatLongIterator | Iterator for maps of type float and long. |
TFloatLongProcedure | Interface for procedures that take two parameters of type float and long. |
TFloatObjectHashMap | An open addressed Map implementation for float keys and Object values. |
TFloatObjectHashMapDecorator | Wrapper class to make a TFloatObjectHashMap conform to the java.util.Map API. |
TFloatObjectHashMap.EqProcedure | |
TFloatObjectHashMap.HashProcedure | |
TFloatObjectIterator | Iterator for maps of type float and Object. |
TFloatObjectProcedure | Interface for procedures that take two parameters of type float and Object. |
TFloatProcedure | Interface for procedures with one float paramater. |
THash | Base class for hashtables that use open addressing to resolve collisions. |
THashIterator | Implements all iterator functions for the hashed object set. |
THashMap | An implementation of the Map interface which uses an open addressed hash table to store its contents. |
THashMap.Entry | |
THashMap.EntryView | a view onto the entries of the map. |
THashMap.EqProcedure | |
THashMap.HashProcedure | |
THashMap.KeyView | a view onto the keys of the map. |
THashMap.KeyView.EntryIterator | |
THashMap.ValueView | a view onto the values of the map. |
THashSet | An implementation of the Set interface that uses an open-addressed hash table to store its contents. |
THashSet.HashProcedure | |
Timer | |
TIntArrayList | A resizable, array-backed list of int primitives. |
TIntDoubleHashMap | An open addressed Map implementation for int keys and double values. |
TIntDoubleHashMapDecorator | Wrapper class to make a TIntDoubleHashMap conform to the java.util.Map API. |
TIntDoubleHashMap.EqProcedure | |
TIntDoubleHashMap.HashProcedure | |
TIntDoubleIterator | Iterator for maps of type int and double. |
TIntDoubleProcedure | Interface for procedures that take two parameters of type int and double. |
TIntFloatHashMap | An open addressed Map implementation for int keys and float values. |
TIntFloatHashMapDecorator | Wrapper class to make a TIntFloatHashMap conform to the java.util.Map API. |
TIntFloatHashMap.EqProcedure | |
TIntFloatHashMap.HashProcedure | |
TIntFloatIterator | Iterator for maps of type int and float. |
TIntFloatProcedure | Interface for procedures that take two parameters of type int and float. |
TIntFunction | Interface for functions that accept and return one int primitive. |
TIntHash | An open addressed hashing implementation for int primitives. |
TIntHashingStrategy | Interface to support pluggable hashing strategies in maps and sets. |
TIntHashSet | An open addressed set implementation for int primitives. |
TIntHashSetDecorator | Wrapper class to make a TIntHashSet conform to the java.util.Set API. |
TIntHashSet.HashProcedure | |
TIntIntHashMap | An open addressed Map implementation for int keys and int values. |
TIntIntHashMapDecorator | Wrapper class to make a TIntIntHashMap conform to the java.util.Map API. |
TIntIntHashMap.EqProcedure | |
TIntIntHashMap.HashProcedure | |
TIntIntIterator | Iterator for maps of type int and int. |
TIntIntProcedure | Interface for procedures that take two parameters of type int and int. |
TIntIterator | Iterator for int collections. |
TIntLongHashMap | An open addressed Map implementation for int keys and long values. |
TIntLongHashMapDecorator | Wrapper class to make a TIntLongHashMap conform to the java.util.Map API. |
TIntLongHashMap.EqProcedure | |
TIntLongHashMap.HashProcedure | |
TIntLongIterator | Iterator for maps of type int and long. |
TIntLongProcedure | Interface for procedures that take two parameters of type int and long. |
TIntObjectHashMap | An open addressed Map implementation for int keys and Object values. |
TIntObjectHashMapDecorator | Wrapper class to make a TIntObjectHashMap conform to the java.util.Map API. |
TIntObjectHashMap.EqProcedure | |
TIntObjectHashMap.HashProcedure | |
TIntObjectIterator | Iterator for maps of type int and Object. |
TIntObjectProcedure | Interface for procedures that take two parameters of type int and Object. |
TIntProcedure | Interface for procedures with one int paramater. |
TIntStack | A stack of int primitives, backed by a TIntArrayList. |
TIterator | Abstract iterator class for THash implementations. |
TLinkable | Interface for Objects which can be inserted into a TLinkedList. |
TLinkableAdaptor | Adapter for TLinkable interface which implements the interface and can therefore be extended trivially to create TLinkable objects without having to implement the obvious. |
TLinkedList | A LinkedList implementation which holds instances of type TLinkable. |
TLinkedList.IteratorImpl | A ListIterator that supports additions and deletions. |
TLongArrayList | A resizable, array-backed list of long primitives. |
TLongDoubleHashMap | An open addressed Map implementation for long keys and double values. |
TLongDoubleHashMapDecorator | Wrapper class to make a TLongDoubleHashMap conform to the java.util.Map API. |
TLongDoubleHashMap.EqProcedure | |
TLongDoubleHashMap.HashProcedure | |
TLongDoubleIterator | Iterator for maps of type long and double. |
TLongDoubleProcedure | Interface for procedures that take two parameters of type long and double. |
TLongFloatHashMap | An open addressed Map implementation for long keys and float values. |
TLongFloatHashMapDecorator | Wrapper class to make a TLongFloatHashMap conform to the java.util.Map API. |
TLongFloatHashMap.EqProcedure | |
TLongFloatHashMap.HashProcedure | |
TLongFloatIterator | Iterator for maps of type long and float. |
TLongFloatProcedure | Interface for procedures that take two parameters of type long and float. |
TLongFunction | Interface for functions that accept and return one long primitive. |
TLongHash | An open addressed hashing implementation for long primitives. |
TLongHashingStrategy | Interface to support pluggable hashing strategies in maps and sets. |
TLongHashSet | An open addressed set implementation for long primitives. |
TLongHashSetDecorator | Wrapper class to make a TLongHashSet conform to the java.util.Set API. |
TLongHashSet.HashProcedure | |
TLongIntHashMap | An open addressed Map implementation for long keys and int values. |
TLongIntHashMapDecorator | Wrapper class to make a TLongIntHashMap conform to the java.util.Map API. |
TLongIntHashMap.EqProcedure | |
TLongIntHashMap.HashProcedure | |
TLongIntIterator | Iterator for maps of type long and int. |
TLongIntProcedure | Interface for procedures that take two parameters of type long and int. |
TLongIterator | Iterator for long collections. |
TLongLongHashMap | An open addressed Map implementation for long keys and long values. |
TLongLongHashMapDecorator | Wrapper class to make a TLongLongHashMap conform to the java.util.Map API. |
TLongLongHashMap.EqProcedure | |
TLongLongHashMap.HashProcedure | |
TLongLongIterator | Iterator for maps of type long and long. |
TLongLongProcedure | Interface for procedures that take two parameters of type long and long. |
TLongObjectHashMap | An open addressed Map implementation for long keys and Object values. |
TLongObjectHashMapDecorator | Wrapper class to make a TLongObjectHashMap conform to the java.util.Map API. |
TLongObjectHashMap.EqProcedure | |
TLongObjectHashMap.HashProcedure | |
TLongObjectIterator | Iterator for maps of type long and Object. |
TLongObjectProcedure | Interface for procedures that take two parameters of type long and Object. |
TLongProcedure | Interface for procedures with one long paramater. |
ToObjectArrayProcedure | A procedure which stores each value it receives into a target array. |
TObjectDoubleHashMap | An open addressed Map implementation for Object keys and double values. |
TObjectDoubleHashMapDecorator | Wrapper class to make a TObjectDoubleHashMap conform to the java.util.Map API. |
TObjectDoubleHashMap.EqProcedure | |
TObjectDoubleIterator | Iterator for maps of type Object and double. |
TObjectDoubleProcedure | Interface for procedures that take two parameters of type Object and double. |
TObjectFloatHashMap | An open addressed Map implementation for Object keys and float values. |
TObjectFloatHashMapDecorator | Wrapper class to make a TObjectFloatHashMap conform to the java.util.Map API. |
TObjectFloatHashMap.EqProcedure | |
TObjectFloatIterator | Iterator for maps of type Object and float. |
TObjectFloatProcedure | Interface for procedures that take two parameters of type Object and float. |
TObjectFunction | Interface for functions that accept and return one Object reference. |
TObjectHash | An open addressed hashing implementation for Object types. |
TObjectHashingStrategy | Interface to support pluggable hashing strategies in maps and sets. |
TObjectHashIterator | Created: Wed Nov 28 21:30:53 2001 |
TObjectIdentityHashingStrategy | This object hashing strategy uses the System.identityHashCode method to provide identity hash codes. |
TObjectIntHashMap | An open addressed Map implementation for Object keys and int values. |
TObjectIntHashMapDecorator | Wrapper class to make a TObjectIntHashMap conform to the java.util.Map API. |
TObjectIntHashMap.EqProcedure | |
TObjectIntIterator | Iterator for maps of type Object and int. |
TObjectIntProcedure | Interface for procedures that take two parameters of type Object and int. |
TObjectLongHashMap | An open addressed Map implementation for Object keys and long values. |
TObjectLongHashMapDecorator | Wrapper class to make a TObjectLongHashMap conform to the java.util.Map API. |
TObjectLongHashMap.EqProcedure | |
TObjectLongIterator | Iterator for maps of type Object and long. |
TObjectLongProcedure | Interface for procedures that take two parameters of type Object and long. |
TObjectObjectProcedure | Interface for procedures that take two Object parameters. |
TObjectProcedure | Interface for procedures with one Object paramater. |
TPrimitiveHash | The base class for hashtables of primitive values. |
TPrimitiveIterator | Implements all iterator functions for the hashed object set. |
XMLReporter | Created: Thu Nov 22 20:49:24 2001 |