Class WeakObjectRegistry.AutoCloseableIterator<E>
java.lang.Object
org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry.AutoCloseableIterator<E>
- All Implemented Interfaces:
AutoCloseable
,Iterator<E>
- Enclosing class:
- WeakObjectRegistry<E>
public static class WeakObjectRegistry.AutoCloseableIterator<E>
extends Object
implements Iterator<E>, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionAutoCloseableIterator(Map<E,WeakReference<E>>[] objectMap, StampedLock[] locks)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove