BinaryRepresentation |
Binary object representation instead of standard java representation.
|
BoundedQueue<T> |
A queue with a fixed maximum size.
|
CompositeRepresentation |
|
HeadTailAccumulator<T> |
Accumulates the values in a stream or iterable, keeping the first and last elements and discarding everything in between.
|
HexadecimalRepresentation |
Hexadecimal object representation instead of standard java representation.
|
NumberGrouping |
|
PredicateDescription |
Encapsulate a Predicate description to be able to control how it is formatted in error messages using a
Representation .
|
PrimitiveArrayList |
Provides a read-only view of an array as a list.
|
RotatingQueue<T> |
Queue with a fixed maximum size.
|
StandardRepresentation |
Standard java object representation.
|
TransformingList<FROM,TO> |
Converts elements of one list to a different type on demand.
|
UnicodeRepresentation |
Unicode object representation instead of standard java representation.
|