AbstractReferenceCountable |
|
Actions |
Utilities to perform actions.
|
Bitmask |
A mutable bit-mask.
|
Canonicalizer<T> |
This utility maintains canonical sets of objects.
|
ConsumerIteratorAdapter<T> |
Utility to expose interfaces that accept a callback as an Iterator .
|
Counter<T> |
This utility helps to count elements.
|
CrossProductIterable<T> |
Iterates all combinations, i.e., the Cartesian product, of given Iterable s.
|
ExplainTreeNode |
|
ExplainUtils |
|
Formats |
Formats different general purpose objects.
|
Iterators |
Utilities for the work with Iterator s.
|
JsonSerializable.Serializer<T extends JsonSerializable> |
|
JsonSerializables |
|
JuelUtils |
Utilities to deal with JUEL expressions.
|
JuelUtils.JuelFunction<T> |
|
LimitedInputStream |
InputStream that is trimmed to a specified size.
|
LruCache<K,V> |
Key-value cache with "least recently used" eviction strategy.
|
MultiMap<K,V> |
Maps keys to multiple values.
|
OneTimeExecutable |
Method wrapper that ensures that it is called only once.
|
Optional<T> |
Utility similar to Optional .
|
ReflectionUtils |
Utilities for reflection code.
|
Tuple<T0,T1> |
A helper data structure to manage two values without creating new classes.
|
TypeConverter |
|
WayangArrays |
Utility for handling arrays.
|
WayangCollections |
Utilities to operate Collection s.
|