Uses of Interface
com.carrotsearch.hppc.ArraySizingStrategy

Packages that use ArraySizingStrategy
com.carrotsearch.hppc High Performance Primitive Collections (HPPC) library provides typical data structures (lists, stacks, maps) template-generated for all Java primitive types (byte, int, etc.) to conserve memory and boost performance. 
 

Uses of ArraySizingStrategy in com.carrotsearch.hppc
 

Classes in com.carrotsearch.hppc that implement ArraySizingStrategy
 class BoundedProportionalArraySizingStrategy
          Array 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
protected  ArraySizingStrategy LongArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ShortArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy IntDoubleLinkedSet.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy DoubleArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy KTypeArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy FloatArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ObjectArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy CharArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ByteArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ShortArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy IntArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy FloatArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ByteArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy CharArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy IntArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy KTypeArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy DoubleArrayList.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy LongArrayDeque.resizer
          Buffer resizing strategy.
protected  ArraySizingStrategy ObjectArrayList.resizer
          Buffer resizing strategy.
 

Constructors in com.carrotsearch.hppc with parameters of type ArraySizingStrategy
ByteArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ByteArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ByteStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
CharArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
CharArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
CharStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
DoubleArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
DoubleArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
DoubleStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
FloatArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
FloatArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
FloatStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
IntArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
IntArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
IntDoubleLinkedSet(int denseCapacity, int sparseCapacity, ArraySizingStrategy resizer)
          Create with a custom dense array resizing strategy.
IntStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
KTypeArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
KTypeArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
KTypeStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
LongArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
LongArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
LongStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ObjectArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ObjectArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ObjectStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ShortArrayDeque(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ShortArrayList(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
ShortStack(int initialCapacity, ArraySizingStrategy resizer)
          Create with a custom buffer resizing strategy.
 



Copyright © 2011 Carrot Search s.c.. All Rights Reserved.