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) |
compareToCopyright © 2010–2019 Francesco Kriegel. All rights reserved.