public final class Bitdef extends Object
| Constructor and Description |
|---|
Bitdef(BitSet bits)
Creates an instance of bits.
|
| Modifier and Type | Method and Description |
|---|---|
BitSet |
bits()
Returns the attribute bits.
|
void |
bits(BitSet bits)
Sets the attribute bits.
|
boolean |
equals(Object obj) |
static Bitdef |
fromString(String valInString)
Returns the object of bitdef fromString input String bitdef.
|
int |
hashCode() |
static Bitdef |
of(BitSet value)
Returns the object of bitdef for type bits.
|
String |
toString() |
public Bitdef(BitSet bits)
bits - value of bitspublic static Bitdef of(BitSet value)
value - value of bitdef for type bitspublic BitSet bits()
public void bits(BitSet bits)
bits - value of bitsCopyright © 2018. All rights reserved.