Interface BEntryIterator<Entry>

  • Type Parameters:
    V -
    All Superinterfaces:
    Iterator<Entry>
    All Known Implementing Classes:
    BTreeMap.EntryIterator

    public interface BEntryIterator<Entry>
    extends Iterator<Entry>
    Iterator through BTreeMap key-value pairs. Marker interface.