|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esotericsoftware.kryo.util.ObjectMap.Keys<K>
public static class ObjectMap.Keys<K>
| Constructor Summary | |
|---|---|
ObjectMap.Keys(ObjectMap<K,?> map)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.util.Iterator<K> |
iterator()
|
K |
next()
|
java.util.ArrayList<K> |
toArray()
Returns a new array containing the remaining keys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Constructor Detail |
|---|
public ObjectMap.Keys(ObjectMap<K,?> map)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<K>public K next()
next 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||