A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
U
W
G
- get(Long) - function in io.github.millibyte1.array64.Array64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.BooleanArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.ByteArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.CharArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.DoubleArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FloatArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.ShortArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.IntArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.LongArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastBooleanArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastByteArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastCharArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastDoubleArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastFloatArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastIntArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastLongArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.FastShortArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicFastArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicFastByteArray64
- Returns the element at the given index.
- get(Long) - function in io.github.millibyte1.array64.atomic.AtomicFastIntArray64
- Returns the element at the given index.
- getAndSet(Long,E) - function in io.github.millibyte1.array64.atomic.AtomicArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Boolean) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Byte) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Character) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Double) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Float) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Integer) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Long) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Short) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,E) - function in io.github.millibyte1.array64.atomic.AtomicFastArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicFastArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Byte) - function in io.github.millibyte1.array64.atomic.AtomicFastByteArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicFastByteArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(Long,Integer) - function in io.github.millibyte1.array64.atomic.AtomicFastIntArray64
- Sets the element at position index to the given new value and returns the old value.
- getAndSet(Long,Function1) - function in io.github.millibyte1.array64.atomic.AtomicFastIntArray64
- Sets the element at position index to the value resulting from applying the given transform to the old value.
- getAndSet(E) - function in io.github.millibyte1.array64.atomic.AtomicArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Boolean) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Byte) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Character) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Double) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Float) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Integer) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Long) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSet(Short) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSet(Function1) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetBoolean(Boolean) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetBoolean(Function1) - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetByte(Byte) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetByte(Function1) - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetByte(Object,Long,Byte) - function in io.github.millibyte1.array64.util.UnsafeUtils
- Sets the value at the offset from o to new and returns the old value.
- getAndSetChar(Character) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetChar(Function1) - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetDouble(Double) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetDouble(Function1) - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetFloat(Float) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetFloat(Function1) - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetInt(Integer) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetInt(Function1) - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetLong(Long) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetLong(Function1) - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getAndSetShort(Short) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- Sets the element at the current index to the given new value and returns the old value.
- getAndSetShort(Function1) - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- Sets the element at the current index to the value resulting from applying the given transform to the old value.
- getArrayBaseOffset(E) - function in io.github.millibyte1.array64.util.UnsafeUtils
- Gets the value of Unsafe.
- getArrayIndexScale(E) - function in io.github.millibyte1.array64.util.UnsafeUtils
- Gets the value of Unsafe.
- getIndex() - function in io.github.millibyte1.array64.LongIndexedIterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.Array64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.BooleanArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.ByteArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.CharArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.DoubleArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.FloatArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.ShortArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.IntArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.LongArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicBooleanArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicByteArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicCharArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicDoubleArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicFloatArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicIntArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicLongArray64Iterator
- The current index of this iterator.
- getIndex() - function in io.github.millibyte1.array64.atomic.AtomicShortArray64Iterator
- The current index of this iterator.
- getIndices() - function in io.github.millibyte1.array64.Arrays
- getLastIndex() - function in io.github.millibyte1.array64.Arrays
- getUnsafe() - function in io.github.millibyte1.array64.util.UnsafeUtils