| 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 | |
| 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 implemented by a TreeMap.
|
| MapEntry<K,V> |
Simple impl of Map.Entry.
|
| OSMIDMap |
This is a special purpose map for writing increasing OSM IDs with consecutive values.
|
| SparseIntIntArray |
Copied from Android project.
|
Copyright © 2012–2018. All rights reserved.