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