Interface | Description |
---|---|
BinHeapWrapper<K,E> | |
GHBitSet |
Wrapper interface of an integer container for different implementations like OpenBitset, BitSet,
...
|
LongIntMap |
Class | Description |
---|---|
CompressedArray |
Stores the entries in compressed segments.
|
GHBitSetImpl |
This implementation stores the bits inside the values of a long-array.
|
GHIntArrayList | |
GHIntHashSet |
Prefer GHTBitSet or GHBitSetImpl over this class.
|
GHIntLongHashMap | |
GHIntObjectHashMap<T> |
We often do not mix maps but really need to avoid randomness or that threads can influence each
other and so we do not use the default HashOrderMixing employed in HPPC (which does this in a thread-safe manner).
|
GHLongHashSet | |
GHLongIntBTree |
An in-memory simple B-Tree.
|
GHLongLongHashMap | |
GHLongObjectHashMap<T> | |
GHObjectIntHashMap<T> | |
GHSortedCollection |
A priority queue implemented by a treemap to allow fast key update.
|
GHTBitSet |
Implements the bitset interface via a hash set.
|
GHTreeMapComposed |
A priority queue for integer-float key-value pairs implemented by a TreeMap.
|
OSMIDMap |
This is a special purpose map for writing increasing OSM IDs with consecutive values.
|
SparseIntIntArray |
Copied from Android project.
|
Copyright © 2012–2020. All rights reserved.