|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bit32Array | |
---|---|
org.javimmutable.collections.array.bit32 |
Uses of Bit32Array in org.javimmutable.collections.array.bit32 |
---|
Subclasses of Bit32Array in org.javimmutable.collections.array.bit32 | |
---|---|
class |
EmptyBit32Array<T>
|
class |
FullBit32Array<T>
|
class |
SingleBit32Array<T>
|
class |
StandardBit32Array<T>
|
Methods in org.javimmutable.collections.array.bit32 that return Bit32Array | ||
---|---|---|
Bit32Array<T> |
StandardBit32Array.assign(int index,
T value)
|
|
Bit32Array<T> |
SingleBit32Array.assign(int index,
T value)
|
|
Bit32Array<T> |
FullBit32Array.assign(int key,
T value)
|
|
Bit32Array<T> |
EmptyBit32Array.assign(int index,
T value)
|
|
abstract Bit32Array<T> |
Bit32Array.assign(int key,
T value)
|
|
Bit32Array<T> |
StandardBit32Array.delete(int index)
|
|
Bit32Array<T> |
SingleBit32Array.delete(int index)
|
|
Bit32Array<T> |
FullBit32Array.delete(int key)
|
|
Bit32Array<T> |
EmptyBit32Array.delete(int index)
|
|
abstract Bit32Array<T> |
Bit32Array.delete(int key)
|
|
static
|
Bit32Array.of()
|
|
static
|
Bit32Array.of(Indexed<T> source,
int offset,
int limit)
Constructor for efficiently creating a Bit32Array with consecutive indexes of up to 32 elements from an Indexed collection. |
|
static
|
Bit32Array.of(int index,
T value)
Creates a new Bit32Array containing exactly one element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |