Uses of Interface
jpos.util.Comparable

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)
           
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details