O - typepublic class Pair<O> extends Object
| Constructor and Description |
|---|
Pair(O anOWLObject,
O anotherOWLObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static <T> Set<Pair<T>> |
getAllPossiblePairs(Collection<? extends T> c) |
Set<O> |
getMembers() |
int |
hashCode() |
String |
toString() |
public static <T> Set<Pair<T>> getAllPossiblePairs(Collection<? extends T> c)
T - typec - cCopyright © 2015 The University of Manchester. All Rights Reserved.