Interface | Description |
---|---|
Predicate<T> |
Defines a functor interface implemented by classes that perform a predicate
test on an object.
|
Property |
Property is an interface to be implemented by all enumerations used to identify
properties stored in PropertyMap . |
Range<T> |
Range specifies the range interface. |
StringUtils.Converter<T> |
Class | Description |
---|---|
AdjacencyList<T> |
The
AdjacencyList class is an implementation of list that facilitates
dealing with adjacent items. |
BigIntegerUtils | |
BinaryReader | |
BinaryWriter | |
FilterIterable<T> | |
FilterIterator<E> |
Decorates another
Iterator using a predicate to filter elements. |
FormatMarker |
The
FormatMarker class provides facilities to identify markers within a format string. |
FortressUtils | |
HierarchicalCollection<T> |
HierarchicalCollection implements a collection composed of two ones. |
HierarchicalMap<K,V> |
HierarchicalMap implements a map composed of two ones. |
HierarchicalSet<T> |
HierarchicalSet implements a set composed of two ones. |
Mask |
The
Mask class implements masks applied to bit vectors. |
NamePath | |
PropertyMap<T extends java.lang.Enum<? extends T> & Property> |
The
PropertyMap class is a map that stores values identified by a enumeration. |
SharedObject<T extends SharedObject<T>> |
The
SharedObject class implements a protocol of copying shared
objects. |
SparseArray<T> | |
StringUtils |
The
StringUtils class provides utility methods to deal with strings. |
Enum | Description |
---|---|
FormatMarker.Kind |
The
FormatMarker.Kind enumeration describes supported types of format markers. |
HierarchicalCollection.Kind |