Uses of Interface
ice.util.Comparator

Packages that use Comparator
ice.util   
 

Uses of Comparator in ice.util
 

Classes in ice.util that implement Comparator
 class FullVersionComparator
          A utility class that performs a Comparison on the full length of the version specification on the underlying AbstractVersion class
 class MajorMinorReleaseVersionComparator
          This Comparator instance performs a comparison between the version values defined in the AbstractVersion Base class, comparing the first three parts of the version specification.
 class MajorMinorVersionComparator
          This Comparator instance performs a comparison between the version values defined in the AbstractVersion Base class, comparing the first two parts of the version specification.