| Package | Description |
|---|---|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> OWLAPIStreamUtils.Pair<T> |
OWLAPIStreamUtils.pair(T i,
T j) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<OWLAPIStreamUtils.Pair<T>> |
OWLAPIStreamUtils.allPairs(Collection<T> input) |
static <T> Stream<OWLAPIStreamUtils.Pair<T>> |
OWLAPIStreamUtils.allPairs(Stream<T> input) |
static <T> Stream<OWLAPIStreamUtils.Pair<T>> |
OWLAPIStreamUtils.pairs(Collection<T> input) |
static <T> Stream<OWLAPIStreamUtils.Pair<T>> |
OWLAPIStreamUtils.pairs(Stream<T> input) |
Copyright © 2021 The University of Manchester. All rights reserved.