Class DictionaryBuilder


  • public class DictionaryBuilder
    extends Object
    • Constructor Detail

      • DictionaryBuilder

        public DictionaryBuilder​(int expectedSize)
    • Method Detail

      • getSizeInBytes

        public long getSizeInBytes()
      • getRetainedSizeInBytes

        public long getRetainedSizeInBytes()
      • getElementBlock

        public Block getElementBlock()
      • clear

        public void clear()
      • contains

        public boolean contains​(Block block,
                                int position)
      • putIfAbsent

        public int putIfAbsent​(Block block,
                               int position)
      • getEntryCount

        public int getEntryCount()