We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7c1e9 commit e83013bCopy full SHA for e83013b
core/src/main/java/com/graphhopper/coll/GHBitSetImpl.java
@@ -20,6 +20,10 @@
20
import java.util.BitSet;
21
22
/**
23
+ * This implementation stores the bits inside the values of a long-array. Be aware that the size of this array grows
24
+ * depending on the values you pass into this set. If you only want to add a few (possibly large) integers you should
25
+ * use {@link GHTBitSet} instead.
26
+ *
27
* @author Peter Karich
28
*/
29
public class GHBitSetImpl extends BitSet implements GHBitSet {
0 commit comments