Package org.jglrxavpok.hephaistos.collections

Types

ImmutableByteArray
Link copied to clipboard
class ImmutableByteArray(numbers: Byte) : Iterable<Byte>
Immutable object of ByteArray.
ImmutableIntArray
Link copied to clipboard
class ImmutableIntArray(numbers: Int) : Iterable<Int>
Immutable alternative of IntArrayCan not be modified -- if needed, use copyArray to create a mutable IntArray copy.
ImmutableLongArray
Link copied to clipboard
class ImmutableLongArray(numbers: Long) : Iterable<Long>
Immutable alternative of LongArrayCan not be modified -- if needed, use copyArray to create a mutable LongArray copy.