ArrayBackedNullSkippingIterator<E> |
This iterator traverses the entire backing array, while skipping over null entries.
|
ArrayCollection<E> |
Expose an array of ArrayCollection as an immutable Collection
Changes to the array are reflected in the collection.
|
BiIntKeyCache<E> |
Read-through cache for items retrievable by two positive integer IDs.
|
MeasurableLinkedHashMap<K,V extends Measurable> |
A subclass of LinkedHashMap which does a best-effort attempt at guessing its size on heap + the size of its
values.
|
MemoryBoundBlockingQueue<T extends Measurable> |
This class is a generic implementation of a memory bound blocking queue.
|
NullSkippingIteratorWrapper<E> |
This iterator traverses the entire backing iterator, while skipping over null entries.
|