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 TypeClassDescriptionclassThis implementation stores the bits inside the values of a long-array.classImplements 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 TypeMethodDescriptionvoidEdgeElevationInterpolator.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 GHBitSetXFirstSearch.createBitSet()Pick the BitSet implementation wisely.