|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esotericsoftware.kryo.util.IdentityMap.Entries<K,V>
public static class IdentityMap.Entries<K,V>
Constructor Summary | |
---|---|
IdentityMap.Entries(IdentityMap<K,V> map)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<IdentityMap.Entry<K,V>> |
iterator()
|
IdentityMap.Entry<K,V> |
next()
Note the same entry instance is returned each time this method is called. |
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 IdentityMap.Entries(IdentityMap<K,V> map)
Method Detail |
---|
public IdentityMap.Entry<K,V> next()
next
in interface java.util.Iterator<IdentityMap.Entry<K,V>>
public boolean hasNext()
hasNext
in interface java.util.Iterator<IdentityMap.Entry<K,V>>
public java.util.Iterator<IdentityMap.Entry<K,V>> iterator()
iterator
in interface java.lang.Iterable<IdentityMap.Entry<K,V>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |