public class NamedLinkedHashMap<K,V> extends LinkedHashMap<K,V> implements NamedObject
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NamedLinkedHashMap(String name) |
NamedLinkedHashMap(String name,
K key,
V value) |
NamedLinkedHashMap(String name,
Map<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic NamedLinkedHashMap(String name)
public String getName()
getName in interface NamedObjectCopyright © 2015 Revolution Systems Inc.. All rights reserved.