Class | Description |
---|---|
ASCII8BitUTF |
ASCII8BitUTF traverse a String byte by byte. |
ByteUtil |
ByteUtil provides functions to manipulate bytes or to convert variety
Objects into bytes. |
ComparableEntry<K,V> |
ComparableEntry is Comparable if and only if the key is Comparable. |
LinkedIdentityMap<K,V> |
LinkedIdentityMap is implemented by IdentityHashMap and takes
advantage of LinkedList to keep the key elements ordered by their insertion
sequence. |
LinkedIdentityMap.EntrySet<S,U> |
LinkedIdentityMap::EntrySet is designed to build a Set view of the
LinkedIdentityMap#entrySet.
|
LinkedIdentityMap.IdentityEntry<S,U> |
LinkedIdentityMap::IdentityEntry overrides the equals().
|
LinkedIdentityMap.KeySet<S,U> |
LinkedIdentityMap::KeySet is designed to build a Set view of the
LinkedIdentityMap#keySet.
|
LinkedIdentityMap.Values<S,U> |
LinkedIdentityMap::Values is designed to build a Collection view of the
LinkedIdentityMap#values.
|
PeekingIterator<E> |
PeekingIterator is an Iterator which provides a peek() method for
user to peek an element advanced. |
TryComparator<E> |
TryComparator tries to compare any 2 objects by casting the first
object to a Comparable. |