Uses of Interface
com.carrotsearch.hppc.ArraySizingStrategy
-
Packages that use ArraySizingStrategy Package Description com.carrotsearch.hppc -
-
Uses of ArraySizingStrategy in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ArraySizingStrategy Modifier and Type Class Description classBoundedProportionalArraySizingStrategyArray resizing proportional to the current buffer size, optionally kept within the given minimum and maximum growth limits.Fields in com.carrotsearch.hppc declared as ArraySizingStrategy Modifier and Type Field Description protected ArraySizingStrategyDoubleArrayList. resizerBuffer resizing strategy.protected ArraySizingStrategyIntArrayList. resizerBuffer resizing strategy.protected ArraySizingStrategyLongArrayList. resizerBuffer resizing strategy.protected ArraySizingStrategyObjectArrayList. resizerBuffer resizing strategy.Constructors in com.carrotsearch.hppc with parameters of type ArraySizingStrategy Constructor Description DoubleArrayList(int expectedElements, ArraySizingStrategy resizer)New instance with sane defaults.IntArrayList(int expectedElements, ArraySizingStrategy resizer)New instance with sane defaults.LongArrayList(int expectedElements, ArraySizingStrategy resizer)New instance with sane defaults.ObjectArrayList(int expectedElements, ArraySizingStrategy resizer)New instance with sane defaults.
-