| Modifier and Type | Method and Description |
|---|---|
ResizeBehavior |
BufferBitSet.getResizeBehavior()
Returns this bitset's
resize behavior. |
static ResizeBehavior |
ResizeBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeBehavior[] |
ResizeBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BufferBitSet |
BufferBitSet.withResizeBehavior(ResizeBehavior resizeBehavior)
Returns a new
BufferBitSet with the specified resize behavior. |
| Constructor and Description |
|---|
BufferBitSet(ByteBuffer buffer,
ResizeBehavior resizeBehavior)
Creates a
BufferBitSet which wraps the provided buffer. |
BufferBitSet(ResizeBehavior resizeBehavior)
Creates a
BufferBitSet with the specified resize behavior. |
Copyright © 2019. All rights reserved.