|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TIntCollection | |
---|---|
gnu.trove | |
gnu.trove.map.hash | |
gnu.trove.set | |
gnu.trove.set.hash |
Uses of TIntCollection in gnu.trove |
---|
Methods in gnu.trove with parameters of type TIntCollection | |
---|---|
boolean |
TIntCollection.addAll(TIntCollection collection)
Adds all of the elements in the TIntCollection to the collection. |
boolean |
TIntCollection.containsAll(TIntCollection collection)
Tests the collection to determine if all of the elements in TIntCollection are present. |
boolean |
TIntCollection.removeAll(TIntCollection collection)
Removes all of the elements in TIntCollection from the collection. |
boolean |
TIntCollection.retainAll(TIntCollection collection)
Removes any values in the collection which are not contained in TIntCollection. |
Uses of TIntCollection in gnu.trove.map.hash |
---|
Classes in gnu.trove.map.hash that implement TIntCollection | |
---|---|
protected class |
TIntFloatHashMap.TKeyView
a view onto the keys of the map. |
Methods in gnu.trove.map.hash with parameters of type TIntCollection | |
---|---|
boolean |
TIntFloatHashMap.TKeyView.addAll(TIntCollection collection)
Unsupported when operating upon a Key Set view of a TIntFloatMap Adds all of the elements in the TIntCollection to the set. |
boolean |
TIntFloatHashMap.TKeyView.containsAll(TIntCollection collection)
Tests the set to determine if all of the elements in TIntCollection are present. |
boolean |
TIntFloatHashMap.TKeyView.removeAll(TIntCollection collection)
Removes all of the elements in TIntCollection from the set. |
boolean |
TIntFloatHashMap.TKeyView.retainAll(TIntCollection collection)
Removes any values in the set which are not contained in TIntCollection. |
Uses of TIntCollection in gnu.trove.set |
---|
Subinterfaces of TIntCollection in gnu.trove.set | |
---|---|
interface |
TIntSet
An implementation of the Set interface that uses an open-addressed hash table to store its contents. |
Methods in gnu.trove.set with parameters of type TIntCollection | |
---|---|
boolean |
TIntSet.addAll(TIntCollection collection)
Adds all of the elements in the TIntCollection to the set. |
boolean |
TIntSet.containsAll(TIntCollection collection)
Tests the set to determine if all of the elements in TIntCollection are present. |
boolean |
TIntSet.removeAll(TIntCollection collection)
Removes all of the elements in TIntCollection from the set. |
boolean |
TIntSet.retainAll(TIntCollection collection)
Removes any values in the set which are not contained in TIntCollection. |
Uses of TIntCollection in gnu.trove.set.hash |
---|
Classes in gnu.trove.set.hash that implement TIntCollection | |
---|---|
class |
TIntHashSet
An open addressed set implementation for int primitives. |
Methods in gnu.trove.set.hash with parameters of type TIntCollection | |
---|---|
boolean |
TIntHashSet.addAll(TIntCollection collection)
Adds all of the elements in the TIntCollection to the set. |
boolean |
TIntHashSet.containsAll(TIntCollection collection)
Tests the set to determine if all of the elements in TIntCollection are present. |
boolean |
TIntHashSet.removeAll(TIntCollection collection)
Removes all of the elements in TIntCollection from the set. |
boolean |
TIntHashSet.retainAll(TIntCollection collection)
Removes any values in the set which are not contained in TIntCollection. |
Constructors in gnu.trove.set.hash with parameters of type TIntCollection | |
---|---|
TIntHashSet(TIntCollection collection)
Creates a new TIntHashSet instance that is a copy
of the existing set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |