Skip navigation links
A B C D E F G I L S 

A

append(boolean) - Method in interface com.github.pyknic.immutablearray.BooleanImmutableArray.Builder
Append an value to the builder.
append(byte) - Method in interface com.github.pyknic.immutablearray.ByteImmutableArray.Builder
Append an value to the builder.
append(double) - Method in interface com.github.pyknic.immutablearray.DoubleImmutableArray.Builder
Append an value to the builder.
append(float) - Method in interface com.github.pyknic.immutablearray.FloatImmutableArray.Builder
Append an value to the builder.
append(int) - Method in interface com.github.pyknic.immutablearray.IntImmutableArray.Builder
Append an value to the builder.
append(long) - Method in interface com.github.pyknic.immutablearray.LongImmutableArray.Builder
Append an value to the builder.
append(short) - Method in interface com.github.pyknic.immutablearray.ShortImmutableArray.Builder
Append an value to the builder.

B

BooleanImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable boolean array that can hold a very large number of elements.
BooleanImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a BooleanImmutableArray.
build() - Method in interface com.github.pyknic.immutablearray.BooleanImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.ByteImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.DoubleImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.FloatImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.IntImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.LongImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.immutablearray.ShortImmutableArray.Builder
Builds the array.
builder() - Static method in interface com.github.pyknic.immutablearray.BooleanImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.ByteImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.DoubleImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.FloatImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.IntImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.LongImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.immutablearray.ShortImmutableArray
Creates a new builder.
ByteImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable byte array that can hold a very large number of elements.
ByteImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a ByteImmutableArray.

C

com.github.pyknic.immutablearray - package com.github.pyknic.immutablearray
The main interfaces of the immutable-array library are located in this package.
com.github.pyknic.immutablearray.internal - package com.github.pyknic.immutablearray.internal
 

D

DoubleImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable double array that can hold a very large number of elements.
DoubleImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a DoubleImmutableArray.

E

EmptyImmutableArray - Class in com.github.pyknic.immutablearray.internal
 
EmptyImmutableArray() - Constructor for class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 

F

FloatImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable float array that can hold a very large number of elements.
FloatImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a FloatImmutableArray.

G

getAsBoolean(long) - Method in interface com.github.pyknic.immutablearray.BooleanImmutableArray
Returns the value located at the specified index in the array.
getAsBoolean(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsByte(long) - Method in interface com.github.pyknic.immutablearray.ByteImmutableArray
Returns the value located at the specified index in the array.
getAsByte(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsDouble(long) - Method in interface com.github.pyknic.immutablearray.DoubleImmutableArray
Returns the value located at the specified index in the array.
getAsDouble(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsFloat(long) - Method in interface com.github.pyknic.immutablearray.FloatImmutableArray
Returns the value located at the specified index in the array.
getAsFloat(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsInt(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsInt(long) - Method in interface com.github.pyknic.immutablearray.IntImmutableArray
Returns the value located at the specified index in the array.
getAsLong(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsLong(long) - Method in interface com.github.pyknic.immutablearray.LongImmutableArray
Returns the value located at the specified index in the array.
getAsShort(long) - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
getAsShort(long) - Method in interface com.github.pyknic.immutablearray.ShortImmutableArray
Returns the value located at the specified index in the array.

I

IntImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable integer array that can hold a very large number of elements.
IntImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a IntImmutableArray.

L

length() - Method in interface com.github.pyknic.immutablearray.BooleanImmutableArray
Returns the length of the array (the number of booleans that can safely be retrieved using the BooleanImmutableArray.getAsBoolean(long) method).
length() - Method in interface com.github.pyknic.immutablearray.ByteImmutableArray
Returns the length of the array (the number of bytes that can safely be retrieved using the ByteImmutableArray.getAsByte(long) method).
length() - Method in interface com.github.pyknic.immutablearray.DoubleImmutableArray
Returns the length of the array (the number of doubles that can safely be retrieved using the DoubleImmutableArray.getAsDouble(long) method).
length() - Method in interface com.github.pyknic.immutablearray.FloatImmutableArray
Returns the length of the array (the number of floats that can safely be retrieved using the FloatImmutableArray.getAsFloat(long) method).
length() - Method in class com.github.pyknic.immutablearray.internal.EmptyImmutableArray
 
length() - Method in interface com.github.pyknic.immutablearray.IntImmutableArray
Returns the length of the array (the number of integers that can safely be retrieved using the IntImmutableArray.getAsInt(long) method).
length() - Method in interface com.github.pyknic.immutablearray.LongImmutableArray
Returns the length of the array (the number of longs that can safely be retrieved using the LongImmutableArray.getAsLong(long) method).
length() - Method in interface com.github.pyknic.immutablearray.ShortImmutableArray
Returns the length of the array (the number of shorts that can safely be retrieved using the ShortImmutableArray.getAsShort(long) method).
LongImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable long array that can hold a very large number of elements.
LongImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a LongImmutableArray.

S

ShortImmutableArray - Interface in com.github.pyknic.immutablearray
An immutable short array that can hold a very large number of elements.
ShortImmutableArray.Builder - Interface in com.github.pyknic.immutablearray
A builder for a ShortImmutableArray.
A B C D E F G I L S 
Skip navigation links

Copyright © 2016. All rights reserved.