| Interface | Description |
|---|---|
| MemoryBlockIterator |
The memory block iterator is an iterator that always buffers a block of elements
in memory.
|
| ResettableIterator<E> |
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
|
| ResettableMutableObjectIterator<E> |
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
|
| Class | Description |
|---|---|
| AtomicEnum<T extends Enum<T>> |
Auxiliary class which provides atomic operations on enumerations.
|
| AtomicEnumerator<E> | |
| BufferPoolConnector | |
| EmptyIterator<E> |
An empty iterator that never returns anything.
|
| EmptyMutableObjectIterator<E> |
An empty mutable object iterator that never returns anything.
|
| EnumUtils |
Auxiliary class to (de)serialize enumeration values.
|
| EnvironmentInformation | |
| EnvironmentInformation.RevisionInformation | |
| FileUtils |
This is a utility class to deal with temporary files.
|
| IntArrayList |
Minimal implementation of an array-backed list of ints
|
| IOUtils |
An utility class for I/O related functionality.
|
| JarFileCreator |
This is an auxiliary program which creates a jar file from a set of classes.
|
| KeyGroupedIterator<E> |
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
|
| KeyGroupedMutableObjectIterator<E> |
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
|
| LongArrayList |
Minimal implementation of an array-backed list of longs
|
| MathUtils |
Collection of simple mathematical routines.
|
| MutableToRegularIteratorWrapper<T> |
This class wraps a
MutableObjectIterator into a regular Iterator. |
| NativeCodeLoader |
Utility class to deal with native libraries.
|
| RegularToMutableObjectIterator<T> | |
| SerializableArrayList<E extends IOReadableWritable> |
This class extends a standard
ArrayList by implementing the
IOReadableWritable interface. |
| SerializableHashMap<K extends IOReadableWritable,V extends IOReadableWritable> |
This class extends a standard
HashMap by implementing the
IOReadableWritable interface. |
| SerializableHashSet<T extends IOReadableWritable> |
This class extends a standard
HashSet by implementing the
IOReadableWritable interface. |
| SingleElementIterator<E> |
An
Iterator that contains only a single element. |
| UnmodifiableIterator<T> |
An auxiliary implementation of an iterator which protects the underlying collection from being modified.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.