Package com.esotericsoftware.kryo.util
Class IdentityMap.MapIterator<K,V>
java.lang.Object
com.esotericsoftware.kryo.util.IdentityMap.MapIterator<K,V>
- Direct Known Subclasses:
IdentityMap.Entries
,IdentityMap.Keys
,IdentityMap.Values
- Enclosing class:
IdentityMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
boolean
(package private) final IdentityMap
<K, V> (package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hasNext
public boolean hasNext -
map
-
nextIndex
int nextIndex -
currentIndex
int currentIndex
-
-
Constructor Details
-
MapIterator
-
-
Method Details
-
reset
public void reset() -
findNextIndex
void findNextIndex() -
remove
public void remove()
-