Package org.jboss.netty.util.internal
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 java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
rewind
void rewind()
-