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>
private static class IdentityMap.MapIterator<K,V> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
currentIndex
boolean
hasNext
(package private) IdentityMap<K,V>
map
(package private) int
nextIndex
-
Constructor Summary
Constructors Constructor Description MapIterator(IdentityMap<K,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
findNextIndex()
void
remove()
void
reset()
-
-
-
Field Detail
-
hasNext
public boolean hasNext
-
map
final IdentityMap<K,V> map
-
nextIndex
int nextIndex
-
currentIndex
int currentIndex
-
-
Constructor Detail
-
MapIterator
public MapIterator(IdentityMap<K,V> map)
-
-