Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ longPosition
Method
longPosition
classpath/java/util/BitSet.java:27–29 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
25
private
long[] bits;
26
27
private
static
int
longPosition(
int
index) {
28
return
index >> BITS_PER_LONG_SHIFT;
29
}
30
31
private
static
long bitPosition(
int
index) {
32
return
1L << (index % BITS_PER_LONG);
Callers
6
BitSet
Method · 0.95
get
Method · 0.95
set
Method · 0.95
clear
Method · 0.95
nextBit
Method · 0.95
MaskInfoIterator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected