| Package | Description |
|---|---|
| com.github.pyknic.immutablearray |
The main interfaces of the immutable-array library are located in this
package.
|
| com.github.pyknic.immutablearray.internal |
| Class and Description |
|---|
| BooleanImmutableArray
An immutable boolean array that can hold a very large number of elements.
|
| BooleanImmutableArray.Builder
A builder for a
BooleanImmutableArray. |
| ByteImmutableArray
An immutable byte array that can hold a very large number of elements.
|
| ByteImmutableArray.Builder
A builder for a
ByteImmutableArray. |
| DoubleImmutableArray
An immutable double array that can hold a very large number of elements.
|
| DoubleImmutableArray.Builder
A builder for a
DoubleImmutableArray. |
| FloatImmutableArray
An immutable float array that can hold a very large number of elements.
|
| FloatImmutableArray.Builder
A builder for a
FloatImmutableArray. |
| IntImmutableArray
An immutable integer array that can hold a very large number of elements.
|
| IntImmutableArray.Builder
A builder for a
IntImmutableArray. |
| LongImmutableArray
An immutable long array that can hold a very large number of elements.
|
| LongImmutableArray.Builder
A builder for a
LongImmutableArray. |
| ShortImmutableArray
An immutable short array that can hold a very large number of elements.
|
| ShortImmutableArray.Builder
A builder for a
ShortImmutableArray. |
| Class and Description |
|---|
| BooleanImmutableArray
An immutable boolean array that can hold a very large number of elements.
|
| ByteImmutableArray
An immutable byte array that can hold a very large number of elements.
|
| DoubleImmutableArray
An immutable double array that can hold a very large number of elements.
|
| FloatImmutableArray
An immutable float array that can hold a very large number of elements.
|
| IntImmutableArray
An immutable integer array that can hold a very large number of elements.
|
| LongImmutableArray
An immutable long array that can hold a very large number of elements.
|
| ShortImmutableArray
An immutable short array that can hold a very large number of elements.
|
Copyright © 2016. All rights reserved.