| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
entryType
entry type.
|
| Constructor and Description |
|---|
MapEntries(Class<T> entryType)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntries(Map<K,V> map)
Adds entries from specified map.
|
void |
addEntry(K key,
V value)
Adds a new entry.
|
void |
addEntry(Map.Entry<K,V> entry)
Adds a new entry.
|
protected List<T> |
getEntries()
Returns entries.
|
Class<T> |
getEntryType()
Returns entry type
|
Copyright © 2011-2013. All Rights Reserved.