public class BitVector extends Object
Constructor and Description |
---|
BitVector(byte[] bytes) |
BitVector(int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(BitVector other) |
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
getSize() |
byte[] |
getTruncatedBytes() |
int |
hashCode() |
int |
indexOfLastSet() |
boolean |
isOverlong() |
boolean |
isSet(int fieldIndex) |
void |
set(int fieldIndex) |
String |
toString() |
public byte[] getBytes()
public byte[] getTruncatedBytes()
public int getSize()
public void set(int fieldIndex)
public boolean isSet(int fieldIndex)
public boolean equals(BitVector other)
public boolean isOverlong()
public int indexOfLastSet()
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.