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