public abstract class AbstractOrderedMap<K,T> extends Object implements Iterable<T>, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOrderedMap(Map<K,T> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsId(K id) |
T |
get(K id) |
Map<K,T> |
getMap() |
T |
getSingle() |
Set<K> |
idSet() |
Iterator<T> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright © 2017 Glasnost. All Rights Reserved.