Uses of Interface
com.graphhopper.coll.GHBitSet
Packages that use GHBitSet
-
Uses of GHBitSet in com.graphhopper.coll
Classes in com.graphhopper.coll that implement GHBitSetModifier and TypeClassDescriptionclass
This implementation stores the bits inside the values of a long-array.class
Implements the bitset interface via a hash set.Methods in com.graphhopper.coll that return GHBitSetMethods in com.graphhopper.coll with parameters of type GHBitSet -
Uses of GHBitSet in com.graphhopper.reader.dem
Methods in com.graphhopper.reader.dem with parameters of type GHBitSetModifier and TypeMethodDescriptionvoid
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds
(EdgeExplorer edgeExplorer, EdgeIteratorState interpolatableEdge, GHBitSet visitedEdgesIds, com.carrotsearch.hppc.IntSet outerNodeIds, GHIntHashSet innerNodeIds) -
Uses of GHBitSet in com.graphhopper.util
Methods in com.graphhopper.util that return GHBitSetModifier and TypeMethodDescriptionprotected abstract GHBitSet
XFirstSearch.createBitSet()
Pick the BitSet implementation wisely.