Uses of Class
org.semanticweb.owlapi.util.OWLAPIStreamUtils.Pair
Packages that use OWLAPIStreamUtils.Pair
-
Uses of OWLAPIStreamUtils.Pair in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLAPIStreamUtils.PairModifier and TypeMethodDescriptionstatic <T> OWLAPIStreamUtils.Pair
<T> OWLAPIStreamUtils.pair
(T i, T j) Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLAPIStreamUtils.PairModifier and TypeMethodDescriptionstatic <T> Stream
<OWLAPIStreamUtils.Pair<T>> OWLAPIStreamUtils.allPairs
(Collection<T> input) static <T> Stream
<OWLAPIStreamUtils.Pair<T>> static <T> Stream
<OWLAPIStreamUtils.Pair<T>> OWLAPIStreamUtils.minimalPairs
(Collection<T> input) static <T> Stream
<OWLAPIStreamUtils.Pair<T>> OWLAPIStreamUtils.minimalPairs
(Stream<T> input) static <T> Stream
<OWLAPIStreamUtils.Pair<T>> OWLAPIStreamUtils.pairs
(Collection<T> input) static <T> Stream
<OWLAPIStreamUtils.Pair<T>>