See: Description
| Class | Description |
|---|---|
| AbstractIntHashMap |
An abstract hash map for mapping int values.
|
| AbstractIntHashMap.DelegatingMapIterator<T> |
Implements an abstract delegating element iterator.
|
| AbstractIntHashMap.MapElement |
Implements a map element storing the contents of the buckets.
|
| AbstractLongHashMap |
An abstract hash map for mapping long values.
|
| AbstractLongHashMap.DelegatingMapIterator<T> |
Implements an abstract delegating element iterator.
|
| AbstractLongHashMap.MapElement |
Implements a map element storing the contents of the buckets.
|
| AnnotationInstanceProvider |
Provide an instance of an annotation with member values.
|
| AnnotationInvocationHandler |
Class that handles the method calls for a java.lang.reflect.Proxy that
implements an annotation.
|
| AnnotationInvocationHandler.SerializationProxy |
Defines a serialization proxy used to replace instances of
AnnotationInvocationHandler in a serialized stream. |
| CleaningLongHashMap<T> |
Defines a long hash map being able to cleanup itself.
|
| CleaningLongHashMap.MapElement<V> |
Refines the map element by a counter for duplicate entries.
|
| DebugStream |
Allows writing information to a file for debugging.
|
| Formatter |
An utility class for some basic formattings.
|
| HashMap<K,V> |
Reimplements a simple version of the hashmap
java.util.HashMap
in order to release dependencies during instrumentation. |
| HashMap.Entry<K,V> |
Implements a bucket entry.
|
| IntHashMap<T> |
A hash map mapping int values to objects.
|
| IntHashMap.MapElement<V> |
Implements a map element storing the contents of the buckets.
|
| LinkedList<T> |
Implements a linked list.
|
| LinkedList.Entry<T> |
Defines a list entry.
|
| LongHashMap<T> |
A hash map mapping long values to objects.
|
| LongHashMap.MapElement<V> |
Implements a map element storing the contents of the buckets.
|
| LongLinkedList |
Implements a linked list of long values.
|
| LongLinkedList.Entry |
Defines a list entry.
|
| LongLongHashMap |
A hash map mapping long values to objects.
|
| LongLongHashMap.MapElement |
Implements a map element storing the contents of the buckets.
|
| RecordingStrategiesElementLinkedList |
Implements a linked list of long values.
|
| RecordingStrategiesElementLinkedList.Entry |
Defines a list entry.
|
| Stack<E> |
Implements a stack of typed elements.
|
| StreamUtilities |
Some utility methods for streams.
|
| StringUtils |
Some string utilities (may avoids instance creation but may also increase
method calls :|).
|