T - the element typepublic class VolatileLookUpTable<T> extends Object implements LookUpTable<T>
LookUpTable that holds objects on the memory.| Modifier and Type | Class and Description |
|---|---|
static class |
VolatileLookUpTable.Builder<T>
A builder for
VolatileLookUpTable. |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
get(LookUpKey key)
Returns a list of objects for the corresponding key.
|
public List<T> get(LookUpKey key)
LookUpTableget in interface LookUpTable<T>key - the lookup keyCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.