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

A

append(boolean) - Method in interface com.github.pyknic.bigarray.BooleanImmutableArray.Builder
Append an value to the builder.
append(byte) - Method in interface com.github.pyknic.bigarray.ByteImmutableArray.Builder
Append an value to the builder.
append(double) - Method in interface com.github.pyknic.bigarray.DoubleImmutableArray.Builder
Append an value to the builder.
append(float) - Method in interface com.github.pyknic.bigarray.FloatImmutableArray.Builder
Append an value to the builder.
append(boolean) - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanImmutableArrayBuilder
 
append(byte) - Method in class com.github.pyknic.bigarray.internal.bytes.ByteImmutableArrayBuilder
 
append(double) - Method in class com.github.pyknic.bigarray.internal.doubles.DoubleImmutableArrayBuilder
 
append(float) - Method in class com.github.pyknic.bigarray.internal.floats.FloatImmutableArrayBuilder
 
append(int) - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayBuilder
 
append(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayBuilder
 
append(short) - Method in class com.github.pyknic.bigarray.internal.shorts.ShortImmutableArrayBuilder
 
append(int) - Method in interface com.github.pyknic.bigarray.IntImmutableArray.Builder
Append an value to the builder.
append(long) - Method in interface com.github.pyknic.bigarray.LongImmutableArray.Builder
Append an value to the builder.
append(short) - Method in interface com.github.pyknic.bigarray.ShortImmutableArray.Builder
Append an value to the builder.

B

BITMASK_SIZE - Static variable in class com.github.pyknic.bigarray.internal.util.BitUtil
 
BitUtil - Class in com.github.pyknic.bigarray.internal.util
 
BooleanImmutableArray - Interface in com.github.pyknic.bigarray
An immutable boolean array that can hold a very large number of elements.
BooleanImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a BooleanImmutableArray.
BooleanImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.booleans
 
BooleanImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.booleans.BooleanImmutableArrayBuilder
 
BooleanLargeImmutableArray - Class in com.github.pyknic.bigarray.internal.booleans
 
BooleanLargeImmutableArray(ShortBuffer, long) - Constructor for class com.github.pyknic.bigarray.internal.booleans.BooleanLargeImmutableArray
 
BooleanSmallImmutableArray - Class in com.github.pyknic.bigarray.internal.booleans
 
BooleanSmallImmutableArray(short[], long) - Constructor for class com.github.pyknic.bigarray.internal.booleans.BooleanSmallImmutableArray
 
BooleanTinyImmutableArray - Class in com.github.pyknic.bigarray.internal.booleans
 
BooleanTinyImmutableArray(short, long) - Constructor for class com.github.pyknic.bigarray.internal.booleans.BooleanTinyImmutableArray
 
BooleanVeryLargeImmutableArray - Class in com.github.pyknic.bigarray.internal.booleans
 
BooleanVeryLargeImmutableArray(ShortBuffer[], long) - Constructor for class com.github.pyknic.bigarray.internal.booleans.BooleanVeryLargeImmutableArray
 
BUFFER_SIZE - Static variable in class com.github.pyknic.bigarray.internal.util.IndexUtil
 
build() - Method in interface com.github.pyknic.bigarray.BooleanImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.bigarray.ByteImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.bigarray.DoubleImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.bigarray.FloatImmutableArray.Builder
Builds the array.
build() - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.bytes.ByteImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.doubles.DoubleImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.floats.FloatImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayBuilder
 
build() - Method in class com.github.pyknic.bigarray.internal.shorts.ShortImmutableArrayBuilder
 
build() - Method in interface com.github.pyknic.bigarray.IntImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.bigarray.LongImmutableArray.Builder
Builds the array.
build() - Method in interface com.github.pyknic.bigarray.ShortImmutableArray.Builder
Builds the array.
builder() - Static method in interface com.github.pyknic.bigarray.BooleanImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.ByteImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.DoubleImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.FloatImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.IntImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.LongImmutableArray
Creates a new builder.
builder() - Static method in interface com.github.pyknic.bigarray.ShortImmutableArray
Creates a new builder.
ByteImmutableArray - Interface in com.github.pyknic.bigarray
An immutable byte array that can hold a very large number of elements.
ByteImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a ByteImmutableArray.
ByteImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.bytes
 
ByteImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.bytes.ByteImmutableArrayBuilder
 

C

clear(Buffer) - Static method in class com.github.pyknic.bigarray.internal.util.MemoryUtil
 
com.github.pyknic.bigarray - package com.github.pyknic.bigarray
 
com.github.pyknic.bigarray.internal - package com.github.pyknic.bigarray.internal
 
com.github.pyknic.bigarray.internal.booleans - package com.github.pyknic.bigarray.internal.booleans
 
com.github.pyknic.bigarray.internal.bytes - package com.github.pyknic.bigarray.internal.bytes
 
com.github.pyknic.bigarray.internal.doubles - package com.github.pyknic.bigarray.internal.doubles
 
com.github.pyknic.bigarray.internal.floats - package com.github.pyknic.bigarray.internal.floats
 
com.github.pyknic.bigarray.internal.ints - package com.github.pyknic.bigarray.internal.ints
 
com.github.pyknic.bigarray.internal.longs - package com.github.pyknic.bigarray.internal.longs
 
com.github.pyknic.bigarray.internal.shorts - package com.github.pyknic.bigarray.internal.shorts
 
com.github.pyknic.bigarray.internal.util - package com.github.pyknic.bigarray.internal.util
 

D

DoubleImmutableArray - Interface in com.github.pyknic.bigarray
An immutable double array that can hold a very large number of elements.
DoubleImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a DoubleImmutableArray.
DoubleImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.doubles
 
DoubleImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.doubles.DoubleImmutableArrayBuilder
 

E

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

F

FloatImmutableArray - Interface in com.github.pyknic.bigarray
An immutable float array that can hold a very large number of elements.
FloatImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a FloatImmutableArray.
FloatImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.floats
 
FloatImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.floats.FloatImmutableArrayBuilder
 

G

getAsBoolean(long) - Method in interface com.github.pyknic.bigarray.BooleanImmutableArray
Returns the value located at the specified index in the array.
getAsBoolean(long) - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanLargeImmutableArray
 
getAsBoolean(long) - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanSmallImmutableArray
 
getAsBoolean(long) - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanTinyImmutableArray
 
getAsBoolean(long) - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanVeryLargeImmutableArray
 
getAsBoolean(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsByte(long) - Method in interface com.github.pyknic.bigarray.ByteImmutableArray
Returns the value located at the specified index in the array.
getAsByte(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsDouble(long) - Method in interface com.github.pyknic.bigarray.DoubleImmutableArray
Returns the value located at the specified index in the array.
getAsDouble(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsDouble(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayImpl
 
getAsDouble(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongMultiBufferImmutableArrayImpl
 
getAsDouble(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongSingleBufferImmutableArrayImpl
 
getAsFloat(long) - Method in interface com.github.pyknic.bigarray.FloatImmutableArray
Returns the value located at the specified index in the array.
getAsFloat(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsFloat(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayImpl
 
getAsFloat(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntMultiBufferImmutableArrayImpl
 
getAsFloat(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntSingleBufferImmutableArrayImpl
 
getAsInt(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsInt(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayImpl
 
getAsInt(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntMultiBufferImmutableArrayImpl
 
getAsInt(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntSingleBufferImmutableArrayImpl
 
getAsInt(long) - Method in interface com.github.pyknic.bigarray.IntImmutableArray
Returns the value located at the specified index in the array.
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayImpl
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntMultiBufferImmutableArrayImpl
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.ints.IntSingleBufferImmutableArrayImpl
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayImpl
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongMultiBufferImmutableArrayImpl
 
getAsLong(long) - Method in class com.github.pyknic.bigarray.internal.longs.LongSingleBufferImmutableArrayImpl
 
getAsLong(long) - Method in interface com.github.pyknic.bigarray.LongImmutableArray
Returns the value located at the specified index in the array.
getAsShort(long) - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
getAsShort(long) - Method in interface com.github.pyknic.bigarray.ShortImmutableArray
Returns the value located at the specified index in the array.

I

index(int, int) - Static method in class com.github.pyknic.bigarray.internal.util.IndexUtil
 
IndexUtil - Class in com.github.pyknic.bigarray.internal.util
 
innerIndex(long) - Static method in class com.github.pyknic.bigarray.internal.util.IndexUtil
 
IntImmutableArray - Interface in com.github.pyknic.bigarray
An immutable integer array that can hold a very large number of elements.
IntImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a IntImmutableArray.
IntImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.ints
 
IntImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayBuilder
 
IntImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.ints
 
IntImmutableArrayImpl(int[]) - Constructor for class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayImpl
 
IntMultiBufferImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.ints
 
IntMultiBufferImmutableArrayImpl(IntBuffer[], long) - Constructor for class com.github.pyknic.bigarray.internal.ints.IntMultiBufferImmutableArrayImpl
 
IntSingleBufferImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.ints
 
IntSingleBufferImmutableArrayImpl(IntBuffer, int) - Constructor for class com.github.pyknic.bigarray.internal.ints.IntSingleBufferImmutableArrayImpl
 
intToByte(int) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
intToShort(int) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isIntNegative(int) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isIntToBytePossible(int) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isIntToShortPossible(int) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isLongNegative(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isLongToBytePossible(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isLongToIntPossible(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isLongToShortPossible(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isSet(short, long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isShortNegative(short) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
isShortToBytePossible(short) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 

L

length() - Method in interface com.github.pyknic.bigarray.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.bigarray.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.bigarray.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.bigarray.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.bigarray.internal.booleans.BooleanLargeImmutableArray
 
length() - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanSmallImmutableArray
 
length() - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanTinyImmutableArray
 
length() - Method in class com.github.pyknic.bigarray.internal.booleans.BooleanVeryLargeImmutableArray
 
length() - Method in class com.github.pyknic.bigarray.internal.EmptyImmutableArray
 
length() - Method in class com.github.pyknic.bigarray.internal.ints.IntImmutableArrayImpl
 
length() - Method in class com.github.pyknic.bigarray.internal.ints.IntMultiBufferImmutableArrayImpl
 
length() - Method in class com.github.pyknic.bigarray.internal.ints.IntSingleBufferImmutableArrayImpl
 
length() - Method in class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayImpl
 
length() - Method in class com.github.pyknic.bigarray.internal.longs.LongMultiBufferImmutableArrayImpl
 
length() - Method in class com.github.pyknic.bigarray.internal.longs.LongSingleBufferImmutableArrayImpl
 
length() - Method in interface com.github.pyknic.bigarray.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.bigarray.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.bigarray.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.bigarray
An immutable long array that can hold a very large number of elements.
LongImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a LongImmutableArray.
LongImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.longs
 
LongImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayBuilder
 
LongImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.longs
 
LongImmutableArrayImpl(long[]) - Constructor for class com.github.pyknic.bigarray.internal.longs.LongImmutableArrayImpl
 
LongMultiBufferImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.longs
 
LongMultiBufferImmutableArrayImpl(LongBuffer[], long) - Constructor for class com.github.pyknic.bigarray.internal.longs.LongMultiBufferImmutableArrayImpl
 
LongSingleBufferImmutableArrayImpl - Class in com.github.pyknic.bigarray.internal.longs
 
LongSingleBufferImmutableArrayImpl(LongBuffer, int) - Constructor for class com.github.pyknic.bigarray.internal.longs.LongSingleBufferImmutableArrayImpl
 
longToByte(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
longToInt(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
longToShort(long) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 

M

MemoryUtil - Class in com.github.pyknic.bigarray.internal.util
 

O

outerIndex(long) - Static method in class com.github.pyknic.bigarray.internal.util.IndexUtil
 

S

ShortImmutableArray - Interface in com.github.pyknic.bigarray
An immutable short array that can hold a very large number of elements.
ShortImmutableArray.Builder - Interface in com.github.pyknic.bigarray
A builder for a ShortImmutableArray.
ShortImmutableArrayBuilder - Class in com.github.pyknic.bigarray.internal.shorts
 
ShortImmutableArrayBuilder() - Constructor for class com.github.pyknic.bigarray.internal.shorts.ShortImmutableArrayBuilder
 
shortToByte(short) - Static method in class com.github.pyknic.bigarray.internal.util.BitUtil
 
A B C D E F G I L M O S 
Skip navigation links

Copyright © 2016. All rights reserved.