| Interface | Description |
|---|---|
| DiffGenerating<T> |
Implemented by classes that can generate a set of differences between themselves and other instances.
|
| SizeEstimating |
Implemented by classes that are capable of estimating their memory usage.
|
| Class | Description |
|---|---|
| AbstractIterationSet<E> |
Support superclass for
Set implementations for which calculating AbstractIterationSet.size() requires
an iteration through all of the set's elements to count them. |
| AbstractNavigableMap<K,V> |
Support superclass for
NavigableMap implementations. |
| AbstractNavigableSet<E> |
Support superclass for
NavigableSet implementations for which calculating size() requires
an iteration through all of the set's elements to count them. |
| AbstractXMLStreaming |
Support superclass for classes that serialize and deserialize via XML.
|
| Bounds<T> |
Utility class used by
AbstractNavigableSet and AbstractNavigableMap to define
the (optional) upper and lower bounds of a restricted range. |
| ByteReader |
Reads bytes from a buffer.
|
| ByteUtil |
Byte manipulation utilities.
|
| ByteWriter |
Writes bytes to a buffer.
|
| CastFunction<T> |
A
Function that casts objects to some type. |
| CloseableTracker | |
| ConvertedList<E,W> | |
| ConvertedNavigableMap<K,V,WK,WV> |
Provides a transformed view of a wrapped
NavigableMap using a strictly invertable Converter. |
| ConvertedNavigableSet<E,W> |
Provides a transformed view of a wrapped
NavigableSet using a strictly invertable Converter. |
| ConvertedSet<E,W> | |
| Diffs |
Used to report difference(s) between two hierarchical structures.
|
| ImplementationsReader |
Scans the classpath and parses XML descriptor files describing implementation classes.
|
| LongEncoder |
Encodes
long values to/from binary, preserving sort order, and such that the length of the
encoding is optimized for values near zero. |
| NavigableSetPager<E> |
Allows efficient paging through a
NavigableSet. |
| NavigableSets |
Utility methods relating to
NavigableSet. |
| ParseContext |
Utility class supporting parsing of strings.
|
| SizeEstimator |
Used to estimate Java object memory usage in bytes.
|
| ThrowableUtil |
Utility methods dealing with
Throwables. |
| UniqueIterator<E> | |
| UnsignedIntEncoder |
Encodes unsigned (i.e., non-negative)
int values to/from self-delimited binary, preserving sort order, and such
that the length of the encoding is optimized for values near zero and encoded values never begin with 0xff. |
| Enum | Description |
|---|---|
| BoundType |
Upper and lower bound types.
|
Copyright © 2016. All rights reserved.