|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TDoubleCollection | |
---|---|
gnu.trove | |
gnu.trove.map | |
gnu.trove.map.hash |
Uses of TDoubleCollection in gnu.trove |
---|
Methods in gnu.trove with parameters of type TDoubleCollection | |
---|---|
boolean |
TDoubleCollection.addAll(TDoubleCollection collection)
Adds all of the elements in the TDoubleCollection to the collection. |
boolean |
TDoubleCollection.containsAll(TDoubleCollection collection)
Tests the collection to determine if all of the elements in TDoubleCollection are present. |
boolean |
TDoubleCollection.removeAll(TDoubleCollection collection)
Removes all of the elements in TDoubleCollection from the collection. |
boolean |
TDoubleCollection.retainAll(TDoubleCollection collection)
Removes any values in the collection which are not contained in TDoubleCollection. |
Uses of TDoubleCollection in gnu.trove.map |
---|
Methods in gnu.trove.map that return TDoubleCollection | |
---|---|
TDoubleCollection |
TLongDoubleMap.valueCollection()
Returns the values of the map as a TDoubleCollection |
Uses of TDoubleCollection in gnu.trove.map.hash |
---|
Classes in gnu.trove.map.hash that implement TDoubleCollection | |
---|---|
protected class |
TLongDoubleHashMap.TValueView
a view onto the values of the map. |
Methods in gnu.trove.map.hash that return TDoubleCollection | |
---|---|
TDoubleCollection |
TLongDoubleHashMap.valueCollection()
Returns the values of the map as a TDoubleCollection |
Methods in gnu.trove.map.hash with parameters of type TDoubleCollection | |
---|---|
boolean |
TLongDoubleHashMap.TValueView.addAll(TDoubleCollection collection)
Adds all of the elements in the TDoubleCollection to the collection. |
boolean |
TLongDoubleHashMap.TValueView.containsAll(TDoubleCollection collection)
Tests the collection to determine if all of the elements in TDoubleCollection are present. |
boolean |
TLongDoubleHashMap.TValueView.removeAll(TDoubleCollection collection)
Removes all of the elements in TDoubleCollection from the collection. |
boolean |
TLongDoubleHashMap.TValueView.retainAll(TDoubleCollection collection)
Removes any values in the collection which are not contained in TDoubleCollection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |