All Classes Interface Summary Class Summary
| Class |
Description |
| DelegatingLongObjStore<V> |
|
| DelegatingStore<K extends Comparable<K>,V> |
|
| DelegatingStoreService |
|
| ForwardingStore<V> |
An implementation of LongObjStore which is a data connection that delegates to another, generic
one.
|
| ForwardingStoreService |
An implementation of StoreService which creates primitive stores which delegate to another, generic store.
|
| Lazy<T> |
A wrapper which lazily-initializes an object using the given supplier.
|
| LongLongTuple2 |
Copy of Reactor's Tuple2 but accepting two longs.
|
| LongObjStore<V> |
This provides an active data connection to a store's data source.
|
| LongObjStoreView<V> |
|
| LongObjTuple2<T> |
Copy of Reactor's Tuple2 but accepting a long as the first object.
|
| MappingIterable<I,O> |
This class is an iterable which lazily maps an input type to an output type from a provided iterable.
|
| MappingStoreService |
Allows you to delegate the store process to a different StoreService depending on the stored value class.
|
| NoOpLongObjStore<V> |
Data connection implementation which does nothing.
|
| NoOpStore<K extends Comparable<K>,V> |
Data connection implementation which does nothing.
|
| NoOpStoreService |
Service which provides stores that do nothing.
|
| ReadOnlyLongObjStore<V> |
|
| ReadOnlyStore<K extends Comparable<K>,V> |
|
| ReadOnlyStore<K extends Comparable<K>,V> |
A store that only supports read operations.
|
| ReadOnlyStoreService |
StoreService decorator disabling all writing operations, effectively working as a read-only store.
|
| Store<K extends Comparable<K>,V> |
This provides an active data connection to a store's data source, supporting read and write operations.
|
| StoreContext |
This is a simple context object, containing various information about the environment the store is being
invoked in.
|
| StoreService |
Store abstract factory that can be manually created or loaded through a StoreServiceLoader as a Java service.
|
| StoreServiceLoader |
A factory-esque object which provides save objects from StoreServices.
|
| StoreView<K extends Comparable<K>,V> |
|
| WithinRangePredicate<T extends Comparable<T>> |
This is a predicate implementation which tests whether a provided object is within range of the starting and
ending objects.
|