Class LocalCache.KeyIterator
java.lang.Object
LocalCache<K,V>.HashIterator<K>
org.docx4j.com.google.common.cache.LocalCache.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
- LocalCache<K,
V>
-
Field Summary
Fields inherited from class org.docx4j.com.google.common.cache.LocalCache.HashIterator
currentSegment, currentTable, lastReturned, nextEntry, nextExternal, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.com.google.common.cache.LocalCache.HashIterator
advance, advanceTo, hasNext, nextEntry, nextInChain, nextInTable, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<K>- Specified by:
nextin classLocalCache<K,V>.HashIterator<K>
-