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