MCPcopy Create free account
hub / github.com/TheAlgorithms/Java / getClockBit

Method getClockBit

src/main/java/com/thealgorithms/ciphers/a5/LFSR.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public boolean getClockBit() {
41 return register.get(clockBitIndex);
42 }
43
44 public boolean get(int bitIndex) {
45 return register.get(bitIndex);

Callers 3

getClockBitMethod · 0.95
clockMethod · 0.45
getMajorityBitMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

getClockBitMethod · 0.76