Interface ReusableIterator<E>
- All Superinterfaces:
Iterator<E>
- All Known Implementing Classes:
ConcurrentIdentityHashMap.EntryIterator, ConcurrentIdentityHashMap.KeyIterator, ConcurrentIdentityHashMap.ValueIterator, ConcurrentIdentityWeakKeyHashMap.EntryIterator, ConcurrentIdentityWeakKeyHashMap.KeyIterator, ConcurrentIdentityWeakKeyHashMap.ValueIterator
-
Method Summary
Methods inherited from interface Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
rewind
void rewind()
-