Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Class and Description |
---|---|
class |
BoundedProportionalArraySizingStrategy
Array resizing proportional to the current buffer size, optionally kept within the
given minimum and maximum growth limits.
|
Modifier and Type | Field and Description |
---|---|
protected ArraySizingStrategy |
IntArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
LongArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ObjectArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
LongArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
DoubleArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ByteArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
FloatArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
FloatArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ObjectArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
CharArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
KTypeArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ShortArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
DoubleArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
CharArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
KTypeArrayList.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ShortArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
IntArrayDeque.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
IntDoubleLinkedSet.resizer
Buffer resizing strategy.
|
protected ArraySizingStrategy |
ByteArrayList.resizer
Buffer resizing strategy.
|
Constructor and Description |
---|
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 © 2018 Carrot Search s.c.. All rights reserved.