Interface | Description |
---|---|
GHBitSet |
Wrapper interface of an integer container for different implementations like OpenBitset, BitSet,
...
|
LongIntMap |
Class | Description |
---|---|
GHBitSetImpl |
This implementation stores the bits inside the values of a long-array.
|
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.
|
MapEntry<K,V> |
Simple impl of Map.Entry.
|
MinHeapWithUpdate |
A minimum heap implemented using a binary tree (https://en.wikipedia.org/wiki/Binary_heap).
|
Copyright © 2012–2022. All rights reserved.