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)
LookUpTable
get
in interface LookUpTable<T>
key
- the lookup keyCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.