Class MappedComparator<I,​O>

    • Field Detail

      • function

        protected final Function<? super I,​? extends O> function
      • comparator

        protected final Comparator<? super O> comparator
    • Method Detail

      • getFunction

        protected Function<? super I,​? extends O> getFunction()
      • getComparator

        protected Comparator<? super O> getComparator()