Uses of Class
org.HdrHistogram.packedarray.ResizeException
-
Packages that use ResizeException Package Description org.HdrHistogram.packedarray -
-
Uses of ResizeException in org.HdrHistogram.packedarray
Methods in org.HdrHistogram.packedarray that throw ResizeException Modifier and Type Method Description private voidAbstractPackedArrayContext. expandArrayIfNeeded(int entryLengthInLongs)private intAbstractPackedArrayContext. expandEntry(int existingEntryIndex, int entryPointerIndex, int insertedSlotIndex, int insertedSlotMask, boolean nextLevelIsLeaf)Expand entry as indicated.(package private) intAbstractPackedArrayContext. getPackedIndex(int setNumber, int virtualIndex, boolean insertAsNeeded)Get the byte-index (into the packed array) corresponding to a given (set tree) value byte of given virtual index.private intAbstractPackedArrayContext. getRootEntry(int setNumber, boolean insertAsNeeded)private intAbstractPackedArrayContext. newEntry(int entryLengthInShorts)private intAbstractPackedArrayContext. newLeafEntry()
-