public static class IdentityMap.Keys<K>
extends java.lang.Object
implements java.lang.Iterable<K>, java.util.Iterator<K>
| Constructor and Description | 
|---|
IdentityMap.Keys(IdentityMap<K,?> map)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
java.util.Iterator<K> | 
iterator()  | 
K | 
next()  | 
java.util.ArrayList<K> | 
toArray()
Returns a new array containing the remaining keys. 
 | 
public IdentityMap.Keys(IdentityMap<K,?> map)
public boolean hasNext()
hasNext in interface java.util.Iterator<K>public java.util.Iterator<K> iterator()
iterator in interface java.lang.Iterable<K>public java.util.ArrayList<K> toArray()