java.util
class: IdentityHashMap.KeyIterator [javadoc |
source]
java.lang.Object
java.util.IdentityHashMap.IdentityHashMapIterator<K>
java.util.IdentityHashMap$KeyIterator
All Implemented Interfaces:
Iterator
| Method from java.util.IdentityHashMap$KeyIterator Summary: |
|---|
|
next |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.IdentityHashMap$KeyIterator Detail: |
public K next() {
return (K) unmaskNull(traversalTable[nextIndex()]);
}
|