Class | Description |
---|---|
AbstractCloseableIterator<T> |
Skeletal implementation of
CloseableIterator . |
BsonUtil | |
CloseableIteratorFromIterator<T> |
Wraps a standard java.util.Iterator as a
CloseableIterator . |
CollectionUtil |
Convenience utilities for Collections, especially Iterators and
CloseableIterator s. |
ConcurrentCountingHashMap<T> | |
FastDateFormat |
A thread-safe and high-performance class for formatting and parsing dates.
|
FastDateFormat.FormatSpec |
Specification of how to format a date.
|
FilteringCloseableIteratorWrapper<T> |
CloseableIterator which returns the result of returning only some of the objects returned by a given CloseableIterator. |
HashAndSalt | |
HttpClientUtil | |
IteratorIncludingExcludingSets<U> | |
LimitedInputStream | |
MappingCloseableIteratorWrapper<From,To> |
CloseableIterator which returns the result of applying a specified function to the objects returned by a given CloseableIterator. |
Pair | |
RepositoryJSONSerializer |
Provides methods for serializing an arbitrary DigitalDbject to a JSON string and back again.
|
RepositoryJSONSerializer.DOView |
The DOView object loads all attributes and elements of a digital object into into a java object.
|
RepositoryJSONSerializer.DOView.ElementView | |
RepositoryJsonSerializerV2 |
Provides methods for serializing an arbitrary DigitalDbject to a JSON string and back again.
|
RepositoryJsonSerializerV2.DOView |
The DOView object loads all attributes and elements of a digital object into into a java object.
|
RepositoryJsonSerializerV2.DOView.ElementView | |
StringEncoding | |
StringPairListMap |
A thin wrapper around an ArrayList of String pairs, allowing it a Map implementation, such as needed for Digital Object attributes.
|
Timer |