A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
U
W
N
- next() - function in kotlin.collections.LongIndexedIterator
- next() - function in kotlin.collections.Array64Iterator
- next() - function in kotlin.collections.BooleanArray64Iterator
- next() - function in kotlin.collections.ByteArray64Iterator
- next() - function in kotlin.collections.CharArray64Iterator
- next() - function in kotlin.collections.DoubleArray64Iterator
- next() - function in kotlin.collections.FloatArray64Iterator
- next() - function in kotlin.collections.ShortArray64Iterator
- next() - function in kotlin.collections.IntArray64Iterator
- next() - function in kotlin.collections.LongArray64Iterator
- next() - function in io.github.millibyte1.array64.atomic.AtomicArray64Iterator
- Returns the next element in the iteration.
- next() - function in kotlin.collections.AtomicBooleanArray64Iterator
- next() - function in kotlin.collections.AtomicByteArray64Iterator
- next() - function in kotlin.collections.AtomicCharArray64Iterator
- next() - function in kotlin.collections.AtomicDoubleArray64Iterator
- next() - function in kotlin.collections.AtomicFloatArray64Iterator
- next() - function in kotlin.collections.AtomicIntArray64Iterator
- next() - function in kotlin.collections.AtomicLongArray64Iterator
- next() - function in kotlin.collections.AtomicShortArray64Iterator
- nextBoolean() - function in kotlin.collections.BooleanArray64Iterator
- nextBoolean() - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextByte() - function in kotlin.collections.ByteArray64Iterator
- nextByte() - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextChar() - function in kotlin.collections.CharArray64Iterator
- nextChar() - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextDouble() - function in kotlin.collections.DoubleArray64Iterator
- nextDouble() - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextFloat() - function in kotlin.collections.FloatArray64Iterator
- nextFloat() - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextInt() - function in kotlin.collections.IntArray64Iterator
- nextInt() - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextLong() - function in kotlin.collections.LongArray64Iterator
- nextLong() - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- Returns the previous element in the iteration without boxing.
- nextShort() - function in kotlin.collections.ShortArray64Iterator
- nextShort() - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- Returns the previous element in the iteration without boxing.
- none(Array64,Function1) - function in io.github.millibyte1.array64.Arrays
- Returns true if no elements match the given predicate.