Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Field and Description |
---|---|
protected Bits.BitsState |
Bits.currentState |
Modifier and Type | Method and Description |
---|---|
static Bits.BitsState |
Bits.BitsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bits.BitsState[] |
Bits.BitsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Bits(int[] bits,
Bits.BitsState initState)
Construct a set consisting initially of given bit vector.
|
Copyright © 2017 earcam. All rights reserved.