Interface | Description |
---|---|
CloseableIterator<T> |
Closeable iterator.
|
MemoizedSparseCollection<T> |
Represents an ordered sparse collection of memoized items.
|
OrderedElement<T> |
An arbitrary element of an ordered collection.
|
Sink<T> | Deprecated
Use
Consumer instead. |
Class | Description |
---|---|
CloseableIterators |
Utility class.
|
MemoizingIterator<E,R> |
Decorate a
CloseableIterator with the availability of retrieval of a transformation of the iterated elements. |
MoleculeIo |
Utility class with
Molecule IO related functions. |
OrderedElements |
Utilities for
OrderedElement . |
SmilesMemoizingMoleculeIterator |
A
CloseableIterator of Molecule s providing memoization of SMILES representation of returned
structures. |
Enum | Description |
---|---|
SimpleErrorHandling |
Error handling preference.
|
Exception | Description |
---|---|
OrderedInputProcessingException |
Processing an item from an ordered list of items failed.
|