Class AbstractInternalDataContainer.EntryIterator

    • Method Detail

      • getNext

        protected InternalCacheEntry<K,​V> getNext()
        Description copied from class: org.infinispan.commons.util.AbstractIterator
        Method to implement to provide an iterator implementation. When this method returns null, the iterator is complete.
        Specified by:
        getNext in class org.infinispan.commons.util.AbstractIterator<InternalCacheEntry<K,​V>>
        Returns:
        the next value for the iterator to return or null for it to be complete.