|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparison | |
---|---|
org.jboss.logging.processor.util |
Uses of Comparison in org.jboss.logging.processor.util |
---|
Methods in org.jboss.logging.processor.util that return Comparison | ||
---|---|---|
static Comparison |
Comparison.begin()
Begins a new comparison. |
|
static Comparison |
Comparison.beginAllowNull()
Begins a new comparison, but allows for null values to be passed. |
|
Comparison |
Comparison.compare(boolean left,
boolean right)
Compares the left boolean to the double boolean. |
|
abstract Comparison |
Comparison.compare(Comparable<?> left,
Comparable<?> right)
Compares the left comparable to the right as specified by the Comparable.compareTo(Object) interface. |
|
Comparison |
Comparison.compare(double left,
double right)
Compares the left double to the double integer. |
|
Comparison |
Comparison.compare(float left,
float right)
Compares the left float to the float integer. |
|
Comparison |
Comparison.compare(int left,
int right)
Compares the left integer to the right integer. |
|
Comparison |
Comparison.compare(long left,
long right)
Compares the left long to the right long. |
|
abstract
|
Comparison.compare(T left,
T right,
Comparator<T> comparator)
Compares the left object to the right object as specified by the Comparator.compare(Object, Object)
interface. |
|
protected abstract Comparison |
Comparison.getInstance()
Returns the comparison instance being used. |
|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |