public final class Def2 extends Object
| Constructor and Description |
|---|
Def2(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 Def2 |
fromString(String valInString)
Returns the object of def2 fromString input String def2.
|
int |
hashCode() |
static Def2 |
of(BitSet value)
Returns the object of def2 for type bits.
|
String |
toString() |
public Def2(BitSet bits)
bits - value of bitspublic static Def2 of(BitSet value)
value - value of def2 for type bitspublic BitSet bits()
public void bits(BitSet bits)
bits - value of bitsCopyright © 2018. All rights reserved.