Uses of Interface
gnu.trove.TLongCollection

Packages that use TLongCollection
gnu.trove   
gnu.trove.map.hash   
gnu.trove.set   
gnu.trove.set.hash   
 

Uses of TLongCollection in gnu.trove
 

Methods in gnu.trove with parameters of type TLongCollection
 boolean TLongCollection.addAll(TLongCollection collection)
          Adds all of the elements in the TLongCollection to the collection.
 boolean TLongCollection.containsAll(TLongCollection collection)
          Tests the collection to determine if all of the elements in TLongCollection are present.
 boolean TLongCollection.removeAll(TLongCollection collection)
          Removes all of the elements in TLongCollection from the collection.
 boolean TLongCollection.retainAll(TLongCollection collection)
          Removes any values in the collection which are not contained in TLongCollection.
 

Uses of TLongCollection in gnu.trove.map.hash
 

Classes in gnu.trove.map.hash that implement TLongCollection
protected  class TLongDoubleHashMap.TKeyView
          a view onto the keys of the map.
 

Methods in gnu.trove.map.hash with parameters of type TLongCollection
 boolean TLongDoubleHashMap.TKeyView.addAll(TLongCollection collection)
          Unsupported when operating upon a Key Set view of a TLongDoubleMap

Adds all of the elements in the TLongCollection to the set.

 boolean TLongDoubleHashMap.TKeyView.containsAll(TLongCollection collection)
          Tests the set to determine if all of the elements in TLongCollection are present.
 boolean TLongDoubleHashMap.TKeyView.removeAll(TLongCollection collection)
          Removes all of the elements in TLongCollection from the set.
 boolean TLongDoubleHashMap.TKeyView.retainAll(TLongCollection collection)
          Removes any values in the set which are not contained in TLongCollection.
 

Uses of TLongCollection in gnu.trove.set
 

Subinterfaces of TLongCollection in gnu.trove.set
 interface TLongSet
          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 TLongCollection
 boolean TLongSet.addAll(TLongCollection collection)
          Adds all of the elements in the TLongCollection to the set.
 boolean TLongSet.containsAll(TLongCollection collection)
          Tests the set to determine if all of the elements in TLongCollection are present.
 boolean TLongSet.removeAll(TLongCollection collection)
          Removes all of the elements in TLongCollection from the set.
 boolean TLongSet.retainAll(TLongCollection collection)
          Removes any values in the set which are not contained in TLongCollection.
 

Uses of TLongCollection in gnu.trove.set.hash
 

Classes in gnu.trove.set.hash that implement TLongCollection
 class TLongHashSet
          An open addressed set implementation for long primitives.
 

Methods in gnu.trove.set.hash with parameters of type TLongCollection
 boolean TLongHashSet.addAll(TLongCollection collection)
          Adds all of the elements in the TLongCollection to the set.
 boolean TLongHashSet.containsAll(TLongCollection collection)
          Tests the set to determine if all of the elements in TLongCollection are present.
 boolean TLongHashSet.removeAll(TLongCollection collection)
          Removes all of the elements in TLongCollection from the set.
 boolean TLongHashSet.retainAll(TLongCollection collection)
          Removes any values in the set which are not contained in TLongCollection.
 

Constructors in gnu.trove.set.hash with parameters of type TLongCollection
TLongHashSet(TLongCollection collection)
          Creates a new TLongHashSet instance that is a copy of the existing set.
 



Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved. SourceForge.netLogo