| Package | Description |
|---|---|
| org.apache.commons.functor.core.comparator |
Comparator- and
Comparable-based functors, algorithms and utilities. |
| Modifier and Type | Field and Description |
|---|---|
static IsGreaterThan<Comparable<?>> |
IsGreaterThan.INSTANCE
Basic IsGreaterThan instance.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<?>> |
IsGreaterThan.instance()
Get a typed IsGreaterThan instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IsGreaterThan.equals(IsGreaterThan<?> that)
Learn whether a given IsGreaterThan is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.