public abstract class AbstractOrderedMap<K,T> extends Object implements Iterable<T>, Serializable
protected Map<K,T>
resultSet
protected
AbstractOrderedMap(Map<K,T> map)
boolean
containsId(K id)
T
get(K id)
Map<K,T>
getMap()
getSingle()
Set<K>
idSet()
Iterator<T>
iterator()
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final Map<K,T> resultSet
protected AbstractOrderedMap(Map<K,T> map)
public Iterator<T> iterator()
iterator
Iterable<T>
public T get(K id)
public T getSingle()
public Map<K,T> getMap()
public int size()
public boolean containsId(K id)
public Set<K> idSet()
public String toString()
toString
Object
Copyright © 2015 Glasnost. All Rights Reserved.