|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparable | |
jpos.config.simple.editor | |
jpos.util |
Uses of Comparable in jpos.config.simple.editor |
Classes in jpos.config.simple.editor that implement Comparable | |
class |
JposEntryComparable
JposEntry implementation of the Comparable interface NOTE: uses the JposENtry's logicalName property as the mean of comparison |
Uses of Comparable in jpos.util |
Subinterfaces of Comparable in jpos.util | |
static interface |
JposProperties.Prop
Simple wrapper class for a property pair |
Classes in jpos.util that implement Comparable | |
class |
DefaultComparableElement
Default implementation of the Comparable interface NOTE: uses the Object's toString() method as the mean of comparison |
static class |
DefaultProperties.Prop
Simple wrapper class for a property pair |
Methods in jpos.util that return Comparable | |
static Comparable |
Sorter.min(java.util.Vector comparables)
|
static Comparable |
Sorter.max(java.util.Vector comparables)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |