Package org.jboss.netty.util.internal
Interface ReusableIterator<E>
-
- All Superinterfaces:
java.util.Iterator<E>
- All Known Implementing Classes:
ConcurrentIdentityHashMap.EntryIterator,ConcurrentIdentityHashMap.KeyIterator,ConcurrentIdentityHashMap.ValueIterator,ConcurrentIdentityWeakKeyHashMap.EntryIterator,ConcurrentIdentityWeakKeyHashMap.KeyIterator,ConcurrentIdentityWeakKeyHashMap.ValueIterator
public interface ReusableIterator<E> extends java.util.Iterator<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrewind()
-