Uses of Interface
gnu.trove.TShortCollection

Packages that use TShortCollection
gnu.trove   
 

Uses of TShortCollection in gnu.trove
 

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



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