org.infinispan.util
Interface ConcurrentWeakKeyHashMap.ReusableIterator<E>

All Superinterfaces:
Iterator<E>
Enclosing class:
ConcurrentWeakKeyHashMap<K,V>

public static interface ConcurrentWeakKeyHashMap.ReusableIterator<E>
extends Iterator<E>


Method Summary
 void rewind()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

rewind

void rewind()

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.