| Modifier and Type | Class and Description |
|---|---|
static class |
KeyListStorage.ListPlaceholder<M,T> |
| Constructor and Description |
|---|
KeyListStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(KeyListStorage.ListPlaceholder<M,T> placeholder,
M key,
List<T> thing) |
void |
add(KeyListStorage<M,T> otherStorage) |
void |
add(M key,
List<T> thing) |
void |
add(M key,
T thing) |
void |
addDataToFirstPlaceholder(KeyListStorage<M,T> otherStorage) |
KeyListStorage<M,T> |
clone() |
void |
closeFirstPlaceholder() |
boolean |
contains(M key) |
KeyListStorage.ListPlaceholder<M,T> |
createPlaceholder() |
List<T> |
getAllValues() |
List<T> |
getValues(M key) |
void |
replacePlaceholder(KeyListStorage.ListPlaceholder<M,T> placeholder,
KeyListStorage<M,T> otherStorage) |
public void add(KeyListStorage<M,T> otherStorage)
public boolean contains(M key)
public KeyListStorage.ListPlaceholder<M,T> createPlaceholder()
public void addDataToFirstPlaceholder(KeyListStorage<M,T> otherStorage)
public void closeFirstPlaceholder()
public void replacePlaceholder(KeyListStorage.ListPlaceholder<M,T> placeholder, KeyListStorage<M,T> otherStorage)
public KeyListStorage<M,T> clone()
Copyright © 2012-2015. All Rights Reserved.