T - the element type@FunctionalInterface public interface LookUpTable<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookUpTable.Builder<T>
A builder for building
LookUpTable. |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
get(LookUpKey key)
Returns a list of objects for the corresponding key.
|
List<T> get(LookUpKey key) throws IOException
key - the lookup keyIOException - if error occurred while looking up objectsIllegalArgumentException - if the parameter is nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.