All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractClassPathFileSource |
|
| AbstractMutableNumericID |
|
| AbstractPrintable |
Abstract base class for printables.
|
| AbstractSystemPropertiesSource |
|
| AbstractThreeLevelIterator<L1,L2,L3,O> |
|
| AbstractTwoLevelIterator<L1,L2,O> |
|
| ArrayMapping<K extends NumericID,V> |
|
| AWUtil |
Utility class for writing containers to arrays.
|
| BiIntFunction<R> |
|
| BitSetIterator |
Iterator for iterating over a BitSet like over a normal collection.
|
| CharRange |
|
| CharRangeIterator |
|
| CharStringRange |
|
| CharStringRangeIterator |
|
| CmpUtil |
Various methods for dealing with the comparison of objects.
|
| CollectionsUtil |
Various methods for operating on collections.
|
| DynamicList<T extends MutableNumericID> |
|
| FunctionsUtil |
This class provides utility methods for Java 8 Function objects (and for the corresponding primitive
specializations).
|
| Holder<T> |
|
| IDChangeListener<T extends NumericID> |
|
| IDChangeNotifier<T extends NumericID> |
|
| IntDisjointSets |
Interface for disjoint-set forest implementations that operate on a universe of contiguous integers.
|
| IntRange |
|
| IntRangeIterator |
|
| IOUtil |
Utility methods for operating with java.io.* classes.
|
| JVMUtil |
Utility class for Java/JVM specific utilities.
|
| LibLoader |
Utility (singleton) class to manage loading of native libraries.
|
| LoadLibraryException |
Unified exception to signal that loading of a native library has failed.
|
| LoadPolicy |
Specifies in which order a library to be loaded is searched for.
|
| LocalFileSource |
|
| MapMapping<D,R> |
|
| Mapping<D,R> |
An interface for mapping objects of a certain domain type to objects of a certain range type.
|
| Mappings |
Collection of various methods dealing with Mappings.
|
| MutableMapping<D,R> |
Mutable version of a Mapping, which supports setting keys for given values.
|
| MutableNumericID |
|
| NonClosingInputStream |
A delegating input stream that does nothing when being closed.
|
| NonClosingOutputStream |
A delegating output stream that does not close but flush the delegate output stream.
|
| NumericID |
|
| Pair<T1,T2> |
Immutable pair class.
|
| PlatformProperties |
|
| PositiveIntSet |
A Set for positive ints that internally stores its elements in a BitSet.
|
| Printable |
|
| ProcessUtil |
Utility class for invoking system processes.
|
| RandomUtil |
|
| Ref<T> |
An abstraction for (weak or strong) references.
|
| ReflectUtil |
Utility methods for using Java reflection.
|
| Refs |
Utility functions for dealing with references.
|
| ReusableIterator<T> |
A utility class that allows to reuse an Iterator.
|
| ScalingThreadPoolExecutor |
A ThreadPoolExecutor that internally uses a ScalingThreadPoolExecutor.ScalingLinkedBlockingQueue to manage scheduled tasks.
|
| SettingsSource |
|
| StringIndexMapping |
Class for transforming integer index values into string values (using latin characters, therefore effectively
realizing a radix-26 representation of numbers).
|
| StringUtil |
Miscellaneous utility functions for Strings.
|
| StrongRef<T> |
A strong reference wrapper, complying to the Ref interface.
|
| Triple<T1,T2,T3> |
Immutable triple class.
|
| UnclosableInputStream |
A delegating input stream that throws an exception when closed.
|
| UnclosableOutputStream |
A delegating output stream that throws an exception when closed.
|
| UnionFind |
The well-known disjoint-set forest data structure for dealing with partitions on a fixed-range integer domain.
|
| UnionFindRemSP |
|
| UnmodifiableListIterator<T> |
|
| WeakRef<T> |
A weak reference wrapper, complying to the Ref interface.
|
| WeightedSupplier<T> |
This class implements a Supplier that randomly delegates to one of several (sub-)suppliers.
|
| WorksetAlgorithm<T,R> |
|
| WorksetMappingAlgorithm<T,E,R> |
|
| Worksets |
|
| WrapperUtil |
|