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()
Deprecated.
use the stream version
|
int |
hashCode() |
java.util.stream.Stream<O> |
members() |
String |
toString() |
@Deprecated public Set<O> getMembers()
public java.util.stream.Stream<O> members()
public static <T> Set<Pair<T>> getAllPossiblePairs(Collection<? extends T> c)
T - typec - cCopyright © 2018 The University of Manchester. All Rights Reserved.