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 IdentityMap.MapIterator
currentIndex, hasNext, map, nextIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IdentityMap.MapIterator
findNextIndex, remove, resetMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
Values
-
-
Method Details
-
hasNext
-
next
-
iterator
-
toArray
-
toArray
-