Interface ReusableIterator<E>

All Superinterfaces:
Iterator<E>
All Known Implementing Classes:
ConcurrentIdentityHashMap.EntryIterator, ConcurrentIdentityHashMap.KeyIterator, ConcurrentIdentityHashMap.ValueIterator, ConcurrentIdentityWeakKeyHashMap.EntryIterator, ConcurrentIdentityWeakKeyHashMap.KeyIterator, ConcurrentIdentityWeakKeyHashMap.ValueIterator

public interface ReusableIterator<E> extends Iterator<E>
  • Method Details

    • rewind

      void rewind()