Uses of Interface
com.jcabi.immutable.ArrayComparator
-
-
Uses of ArrayComparator in com.jcabi.immutable
Classes in com.jcabi.immutable that implement ArrayComparator Modifier and Type Class Description static class
ArrayComparator.Default<T>
Default comparator.static class
ArrayComparator.Neutral<T>
Neutral comparator (never compares).static class
ArrayComparator.Reverse<T extends Comparable<T>>
Reverse comparator.Constructors in com.jcabi.immutable with parameters of type ArrayComparator Constructor Description ArraySortedSet(ArrayComparator<T> comparator)
Public ctor.ArraySortedSet(ArrayComparator<T> comparator, T... set)
Public ctor.ArraySortedSet(ArraySortedSet<T> set, ArrayComparator<T> comparator)
Public ctor.ArraySortedSet(Iterable<T> set, ArrayComparator<T> comparator)
Public ctor.ArraySortedSet(Collection<T> set, ArrayComparator<T> comparator)
Public ctor.
-