| Package | Description |
|---|---|
| io.magentys.commons.memory | |
| io.magentys.commons.typemap |
| Modifier and Type | Method and Description |
|---|---|
<T> MemoryVersioned |
MemoryVersioned.commit(TypedKey<T> key,
T value) |
<T> Memory |
Memory.commit(TypedKey<T> key,
T value) |
<T> T |
MemoryVersioned.recall(TypedKey<T> key) |
<T> T |
Memory.recall(TypedKey<T> key) |
<T> T |
MemoryVersioned.recall(TypedKey<T> key,
T defaultValue) |
<T> T |
Memory.recall(TypedKey<T> key,
T defaultValue) |
<T> Versions<T> |
MemoryVersioned.recallAll(TypedKey<T> key) |
<T> int |
MemoryVersioned.size(TypedKey<T> key) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanKey |
class |
ListKey<E> |
class |
MapKey<K,V>
A
TypedKey where the value the key maps to is a Map itself. |
class |
NumberKey |
class |
StringKey |
| Modifier and Type | Field and Description |
|---|---|
protected Map<TypedKey<?>,Object> |
TypedKeyMap.entries |
| Modifier and Type | Method and Description |
|---|---|
Set<TypedKey<?>> |
TypedKeyMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedKeyMap.containsKey(TypedKey<?> key) |
<V> V |
TypedKeyMapVersioned.get(TypedKey<V> key) |
<V> V |
TypedKeyMap.get(TypedKey<V> key) |
<V> Versions<V> |
TypedKeyMapVersioned.getVersions(TypedKey<V> key) |
<V> void |
TypedKeyMapVersioned.put(TypedKey<V> key,
V value) |
<V> void |
TypedKeyMap.put(TypedKey<V> key,
V value) |
void |
TypedKeyMap.remove(TypedKey<?> key) |
Copyright © 2016. All rights reserved.