Uses of Class
at.jku.ssw.fp.sect07_5.index.Numbered
-
Packages that use Numbered Package Description at.jku.ssw.fp.sect07_5.index at.jku.ssw.fp.sect07_7 -
-
Uses of Numbered in at.jku.ssw.fp.sect07_5.index
Fields in at.jku.ssw.fp.sect07_5.index with type parameters of type Numbered Modifier and Type Field Description private Comparator<Numbered<A>>
Numbered. comparator
Comparator for numbered values by first comparing the number and then the value.Methods in at.jku.ssw.fp.sect07_5.index that return Numbered Modifier and Type Method Description static <A extends Comparable<A>>
Numbered<A>Numbered. of(int n, A value)
Creates a numbered value by a number and a value.Methods in at.jku.ssw.fp.sect07_5.index with parameters of type Numbered Modifier and Type Method Description int
Numbered. compareTo(Numbered<A> other)
-
Uses of Numbered in at.jku.ssw.fp.sect07_7
Methods in at.jku.ssw.fp.sect07_7 that return types with arguments of type Numbered Modifier and Type Method Description static <A extends Comparable<A>>
Stream<Numbered<A>>StreamUtil. number(Stream<A> as)
Creates a stream of numbered values from a stream of values.
-