public static class ComparableUtils.ComparableWrapper<T extends Comparable<T>> extends Object
| Constructor and Description |
|---|
ComparableWrapper(T object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEqualTo(T other) |
boolean |
isLessThan(T other) |
boolean |
isLessThanOrEqual(T other) |
Copyright © 2022. All rights reserved.