public abstract static class PropertyResolverTestCase.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() |
Set<K> |
idSet() |
Iterator<T> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic int size()
public boolean containsId(K id)
Copyright © 2019 Glasnost. All rights reserved.