|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutablePair | |
---|---|
edu.tum.cs.commons.collections | Extensions to the Java collections. |
Uses of ImmutablePair in edu.tum.cs.commons.collections |
---|
Subclasses of ImmutablePair in edu.tum.cs.commons.collections | |
---|---|
class |
Pair<S,T>
Simple pair class. |
Methods in edu.tum.cs.commons.collections that return ImmutablePair | |
---|---|
protected ImmutablePair<S,T> |
ImmutablePair.clone()
|
ImmutablePair<S,T> |
ImmutablePair.deepClone()
Deep clone of this object. |
Methods in edu.tum.cs.commons.collections that return types with arguments of type ImmutablePair | ||
---|---|---|
static
|
CollectionUtils.computeUnorderedPairs(java.util.Collection<T> collection)
Compute list of unordered pairs for all elements contained in a collection. |
Methods in edu.tum.cs.commons.collections with parameters of type ImmutablePair | |
---|---|
int |
ImmutablePair.compareTo(ImmutablePair<S,T> pair)
Compare based on first element. |
boolean |
IdentityPairMap.contains(ImmutablePair<T,T> pair)
Returns whether the pair is contained. |
V |
IdentityPairMap.get(ImmutablePair<T,T> pair)
Returns the element stored at the pair or null if not
stored. |
void |
IdentityPairMap.put(ImmutablePair<T,T> pair,
V value)
Adds the given value for the given pair. |
Constructors in edu.tum.cs.commons.collections with parameters of type ImmutablePair | |
---|---|
ImmutablePair(ImmutablePair<S,T> p)
Copy constructor. |
|
Pair(ImmutablePair<S,T> p)
Copy constructor. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |