Class BTreeMap.EntryIterator

    • Constructor Detail

      • EntryIterator

        public EntryIterator​(BTreeMap map)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator
      • nextRaw

        public BTreeMap.MapEntry nextRaw()
        Get next internal index entry with internal long key and value=byte[] (internal representation)
        Returns:
        internal index entry
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator