| Package | Description |
|---|---|
| net.anotheria.moskito.core.util.storage |
This package contains a utility for storage monitoring.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapStorageWrapper<K,V>
This wrapper class is used to make an underlying map-like storage monitorable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapStorageWrapper.putAll(StorageWrapper<? extends K,? extends V> anotherWrapper) |
void |
StorageWrapper.putAll(StorageWrapper<? extends K,? extends V> anotherWrapper)
Puts all data from another wrapper into this wrapper.
|
| Constructor and Description |
|---|
Storage(StorageWrapper<K,V> aWrapper)
Creates a new anonymous storage with given wrapper.
|
Storage(java.lang.String aName,
StorageWrapper<K,V> aWrapper)
Creates a new storage with given wrapper.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.