Package | Description |
---|---|
com.graphhopper.coll | |
com.graphhopper.reader.dem | |
com.graphhopper.util |
Modifier and Type | Class and Description |
---|---|
class |
GHBitSetImpl
This implementation stores the bits inside the values of a long-array.
|
class |
GHTBitSet
Implements the bitset interface via a hash set.
|
Modifier and Type | Method and Description |
---|---|
GHBitSet |
GHBitSet.copyTo(GHBitSet bs) |
GHBitSet |
GHBitSetImpl.copyTo(GHBitSet bs) |
GHBitSet |
GHTBitSet.copyTo(GHBitSet bs) |
Modifier and Type | Method and Description |
---|---|
GHBitSet |
GHBitSet.copyTo(GHBitSet bs) |
GHBitSet |
GHBitSetImpl.copyTo(GHBitSet bs) |
GHBitSet |
GHTBitSet.copyTo(GHBitSet bs) |
Modifier and Type | Method and Description |
---|---|
void |
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds(EdgeExplorer edgeExplorer,
EdgeIteratorState interpolatableEdge,
GHBitSet visitedEdgesIds,
com.carrotsearch.hppc.IntSet outerNodeIds,
GHIntHashSet innerNodeIds) |
Modifier and Type | Method and Description |
---|---|
protected abstract GHBitSet |
XFirstSearch.createBitSet()
Pick the BitSet implementation wisely.
|
Copyright © 2012–2021. All rights reserved.