public interface PartialComparable<E> extends Comparable<E>
Modifier and Type | Method and Description |
---|---|
default boolean |
equivalent(E e) |
default boolean |
greater(E e) |
default boolean |
greaterEq(E e) |
default boolean |
smaller(E e) |
default boolean |
smallerEq(E e) |
default boolean |
uncomparable(E e) |
compareTo
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.