Package | Description |
---|---|
edu.ucla.sspace.util.primitive |
Modifier and Type | Interface and Description |
---|---|
interface |
IntSet
A refinement of the
Set interface for implementations that store
int values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIntSet
An abstact base class that implements all of the
IntSet |
class |
CompactIntSet
|
class |
TroveIntSet |
Modifier and Type | Method and Description |
---|---|
IntCollection |
IntIntMultiMap.values()
Returns a
Collection view of the values contained in this map. |
IntCollection |
IntIntHashMultiMap.values()
Returns a
Collection view of the values contained in this map. |
Modifier and Type | Method and Description |
---|---|
boolean |
IntSet.addAll(IntCollection ints) |
boolean |
IntCollection.addAll(IntCollection ints) |
boolean |
AbstractIntSet.addAll(IntCollection ints) |
boolean |
IntSet.containsAll(IntCollection ints) |
boolean |
IntCollection.containsAll(IntCollection ints) |
boolean |
AbstractIntSet.containsAll(IntCollection ints) |
boolean |
IntIntHashMultiMap.putMany(Integer key,
IntCollection values) |
boolean |
IntIntMultiMap.putMany(int key,
IntCollection values)
Adds all of the specified values to the set of values associated with the
specified key in this map.
|
boolean |
IntIntHashMultiMap.putMany(int key,
IntCollection values)
Adds all of the specified values to the set of values associated with the
specified key in this map.
|
boolean |
IntSet.removeAll(IntCollection ints) |
boolean |
IntCollection.removeAll(IntCollection ints) |
boolean |
AbstractIntSet.removeAll(IntCollection ints) |
boolean |
IntSet.retainAll(IntCollection ints)
Retains only the elements in this set that are contained in the specified
IntCollection . |
boolean |
IntCollection.retainAll(IntCollection ints)
Retains only the elements in this set that are contained in the specified
IntSet . |
boolean |
AbstractIntSet.retainAll(IntCollection ints)
Retains only the elements in this set that are contained in the specified
IntSet . |
Copyright © 2012. All Rights Reserved.