A  C  E  F  G  H  I  R  S  T 

A

add(byte) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Inserts a value into the collection.
addAll(Collection<? extends Byte>) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Adds all of the elements in collection to the collection.
addAll(TByteCollection) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Adds all of the elements in the TByteCollection to the collection.
addAll(byte[]) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Adds all of the elements in the array to the collection.

C

clear() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Empties the collection.
com.slimjars.dist.gnu.trove - package com.slimjars.dist.gnu.trove
 
contains(byte) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns true if this collection contains the specified element.
containsAll(Collection<?>) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Tests the collection to determine if all of the elements in collection are present.
containsAll(TByteCollection) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Tests the collection to determine if all of the elements in TByteCollection are present.
containsAll(byte[]) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Tests the collection to determine if all of the elements in array are present.

E

equals(Object) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Compares the specified object with this collection for equality.

F

forEach(TByteProcedure) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Executes procedure for each element in the collection.

G

getNoEntryValue() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns the value that is used to represent null.

H

hashCode() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns the hash code value for this collection.

I

isEmpty() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns true if this collection contains no elements.
iterator() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Creates an iterator over the values of the collection.

R

remove(byte) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes entry from the collection.
removeAll(Collection<?>) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes all of the elements in collection from the collection.
removeAll(TByteCollection) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes all of the elements in TByteCollection from the collection.
removeAll(byte[]) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes all of the elements in array from the collection.
retainAll(Collection<?>) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes any values in the collection which are not contained in collection.
retainAll(TByteCollection) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes any values in the collection which are not contained in TByteCollection.
retainAll(byte[]) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Removes any values in the collection which are not contained in array.

S

serialVersionUID - Static variable in interface com .slimjars .dist .gnu .trove . TByteCollection
 
size() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns the number of elements in this collection (its cardinality).

T

TByteCollection - Interface in com.slimjars.dist.gnu.trove
An interface that mimics the Collection interface.
toArray() - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns an array containing all of the elements in this collection.
toArray(byte[]) - Method in interface com .slimjars .dist .gnu .trove . TByteCollection
Returns an array containing elements in this collection.
A  C  E  F  G  H  I  R  S  T