| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueStorage.ValuePlaceholder<M,T> |
| Constructor and Description |
|---|
KeyValueStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(KeyValueStorage<M,T> otherStorage) |
void |
add(M key,
T thing) |
void |
addDataToFirstPlaceholder(KeyValueStorage<M,T> otherStorage) |
void |
addToFirstPlaceholder(M key,
T value) |
KeyValueStorage<M,T> |
clone() |
void |
closeFirstPlaceholder() |
boolean |
contains(M key) |
KeyValueStorage.ValuePlaceholder<M,T> |
createPlaceholder() |
Set<Map.Entry<M,T>> |
getAllEntries() |
T |
getValue(M key) |
void |
replacePlaceholder(KeyValueStorage.ValuePlaceholder<M,T> placeholder,
KeyValueStorage<M,T> otherStorage) |
int |
size() |
String |
toString() |
public int size()
public void add(KeyValueStorage<M,T> otherStorage)
public boolean contains(M key)
public KeyValueStorage.ValuePlaceholder<M,T> createPlaceholder()
public void addDataToFirstPlaceholder(KeyValueStorage<M,T> otherStorage)
public void closeFirstPlaceholder()
public void replacePlaceholder(KeyValueStorage.ValuePlaceholder<M,T> placeholder, KeyValueStorage<M,T> otherStorage)
public KeyValueStorage<M,T> clone()
Copyright © 2012-2014. All Rights Reserved.