Package com.esotericsoftware.kryo.util
Class IdentityMap.Values<V>
java.lang.Object
com.esotericsoftware.kryo.util.IdentityMap.MapIterator<Object,V>
com.esotericsoftware.kryo.util.IdentityMap.Values<V>
- Enclosing class:
IdentityMap<K,V>
public static class IdentityMap.Values<V>
extends IdentityMap.MapIterator<Object,V>
implements Iterable<V>, Iterator<V>
-
Field Summary
Fields inherited from class com.esotericsoftware.kryo.util.IdentityMap.MapIterator
currentIndex, hasNext, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.esotericsoftware.kryo.util.IdentityMap.MapIterator
findNextIndex, remove, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
Values
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
iterator
-
toArray
Returns a new array containing the remaining values. -
toArray
Returns a new array containing the remaining values.
-