A  C  E  F  G  H  I  R  S  T 

A

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

C

clear() - Method in interface com .slimjars .dist .gnu .trove . TIntCollection
Empties the collection.
com.slimjars.dist.gnu.trove - package com.slimjars.dist.gnu.trove
 
contains(int) - Method in interface com .slimjars .dist .gnu .trove . TIntCollection
Returns true if this collection contains the specified element.
containsAll(Collection<?>) - Method in interface com .slimjars .dist .gnu .trove . TIntCollection
Tests the collection to determine if all of the elements in collection are present.
containsAll(TIntCollection) - Method in interface com .slimjars .dist .gnu .trove . TIntCollection
Tests the collection to determine if all of the elements in TIntCollection are present.
containsAll(int[]) - Method in interface com .slimjars .dist .gnu .trove . TIntCollection
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 . TIntCollection
Compares the specified object with this collection for equality.

F

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

G

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

H

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

I

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

R

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

S

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

T

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