|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esotericsoftware.kryo.util.ObjectMap.Values<V>
public static class ObjectMap.Values<V>
| Constructor Summary | |
|---|---|
ObjectMap.Values(ObjectMap<?,V> map)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.util.Iterator<V> |
iterator()
|
V |
next()
|
java.util.ArrayList<V> |
toArray()
Returns a new array containing the remaining values. |
void |
toArray(java.util.ArrayList<V> array)
Adds the remaining values to the specified array. |
| 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.Values(ObjectMap<?,V> map)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<V>public V next()
next in interface java.util.Iterator<V>public java.util.Iterator<V> iterator()
iterator in interface java.lang.Iterable<V>public java.util.ArrayList<V> toArray()
public void toArray(java.util.ArrayList<V> array)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||