Class KeyBitSet
- java.lang.Object
-
- com.exonum.binding.common.proofs.map.KeyBitSet
-
public final class KeyBitSet extends Object
A key bit set.
-
-
Constructor Summary
Constructors Constructor Description KeyBitSet(byte[] key, int length)Creates a new bit set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Checks if this key bit set is equal to the specified object.BitSetgetKeyBits()intgetLength()inthashCode()StringtoString()
-