Class WeakObjectRegistry.AutoCloseableIterator<E>

    • Constructor Detail

      • AutoCloseableIterator

        public AutoCloseableIterator​(Map<E,​WeakReference<E>>[] objectMap,
                                     org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry.AdderBasedReadWriteLock[] locks)
    • Method Detail

      • init

        public void init()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<E>
      • next

        public E next()
        Specified by:
        next in interface Iterator<E>