| Interface | Description |
|---|---|
| CloseableIterator<T> |
Closeable iterator.
|
| CloseableSink<T> |
Closeable sink accepting values.
|
| CloseableStringSink |
Convenience interface.
|
| MemoizedSparseCollection<T> |
Represents an ordered sparse collection of memoized items.
|
| OrderedElement<T> |
An arbitrary element of an ordered collection.
|
| Segmenter |
Represents the composition of text based representation format.
|
| Sink<T> | Deprecated
Use
Consumer instead. |
| StructureRecord |
Encapsulate structure input parsing.
|
| Class | Description |
|---|---|
| CloseableAbstractIterator<T> |
Guava
AbstractIterator based CloseableIterator extension. |
| CloseableIterators |
Utility class.
|
| CloseableSinks |
Utilities.
|
| 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. |
| Segmenters |
Utilities.
|
| SmilesMemoizingMoleculeIterator |
A
CloseableIterator of Molecules providing memoization of SMILES representation of returned
structures. |
| StructureRecordIterators |
Utilities for structure record handling.
|
| StructureRecords |
Utilities for structure record handling.
|
| Enum | Description |
|---|---|
| SimpleErrorHandling |
Error handling preference.
|
| Exception | Description |
|---|---|
| OrderedInputProcessingException |
Processing an item from an ordered list of items failed.
|