A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
U
W
A
- all(Array64,Function1) - function in io.github.millibyte1.array64.Arrays
- Returns true if all elements match the given predicate.
- any(Array64,Function1) - function in io.github.millibyte1.array64.Arrays
- Returns true if at least one element matches the given predicate.
- Array64 - class in io.github.millibyte1.array64
- Base interface for huge arrays which can store more elements than can be indexed by an Int.
- Array64Iterator - class in io.github.millibyte1.array64
- A LongIndexedIterator which can move in both the forward and backward directions and enables the user to set the values of elements.
- Arrays - class in io.github.millibyte1.array64
- asSequence(Array64) - function in io.github.millibyte1.array64.Arrays
- Creates a Sequence instance that wraps the original array returning its elements when being iterated.
- AtomicArray64 - class in io.github.millibyte1.array64.atomic
- An extension of the Array64 interface supporting atomic operations such as compareAndSet.
- AtomicArray64Iterator - class in io.github.millibyte1.array64.atomic
- An Array64Iterator which supports atomic operations such as compareAndSet.
- AtomicBooleanArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Booleans.
- AtomicBooleanArray64Iterator - class in io.github.millibyte1.array64.atomic
- A BooleanArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicByteArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Bytes.
- AtomicByteArray64Iterator - class in io.github.millibyte1.array64.atomic
- A ByteArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicCharArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Chars.
- AtomicCharArray64Iterator - class in io.github.millibyte1.array64.atomic
- A CharArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicDoubleArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Doubles.
- AtomicDoubleArray64Iterator - class in io.github.millibyte1.array64.atomic
- A DoubleArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicFastArray64 - class in io.github.millibyte1.array64.atomic
- An extension of the FastArray64 class supporting atomic operations such as compareAndSet.
- AtomicFastArray64.Companion - class in io.github.millibyte1.array64.atomic.AtomicFastArray64
- AtomicFastByteArray64 - class in io.github.millibyte1.array64.atomic
- An extension of the FastByteArray64 class supporting atomic operations such as compareAndSet.
- AtomicFastIntArray64 - class in io.github.millibyte1.array64.atomic
- An extension of the FastIntArray64 class supporting atomic operations such as compareAndSet.
- AtomicFloatArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Floats.
- AtomicFloatArray64Iterator - class in io.github.millibyte1.array64.atomic
- A FloatArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicIntArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Ints.
- AtomicIntArray64Iterator - class in io.github.millibyte1.array64.atomic
- A IntArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicLongArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Longs.
- AtomicLongArray64Iterator - class in io.github.millibyte1.array64.atomic
- A LongArray64Iterator which supports atomic operations such as compareAndSet.
- AtomicShortArray64 - class in io.github.millibyte1.array64.atomic
- Marker interface for AtomicArray64s of unboxed primitive Shorts.
- AtomicShortArray64Iterator - class in io.github.millibyte1.array64.atomic
- A ShortArray64Iterator which supports atomic operations such as compareAndSet.