Uses of Interface
com.sun.msv.datatype.xsd.Comparator
-
Packages that use Comparator Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of Comparator in com.sun.msv.datatype.xsd
Classes in com.sun.msv.datatype.xsd that implement Comparator Modifier and Type Class Description classByteType"byte" type.(package private) classDateTimeBaseTypebase implementation of dateTime and dateTime-truncated types.classDateTimeType"dateTime" type.classDateType"date" type.classDoubleType"double" type.classDurationType"duration" type.(package private) classFloatingNumberTypebase class of FloatType and DoubleTypeclassFloatType"float" type.classGDayType"gDay" type.classGMonthDayType"gMonthDay" type.classGMonthType"gMonth" type.classGYearMonthType"gYearMonth" type.classGYearType"gYear" type.(package private) classIntegerDerivedTypebase class for types derived from integer.classIntegerType"integer" type.classIntType"int" type.classLongType"long" type.classNegativeIntegerType"negativeInteger" type.classNonNegativeIntegerType"nonNegativeInteger" type.classNonPositiveIntegerType"nonPositiveInteger" type.classNumberType"decimal" type.classPositiveIntegerType"positiveInteger" type.classShortType"short" type.classTimeType"time" type.classUnsignedByteType"unsignedByte" type.classUnsignedIntType"unsignedInt" type.classUnsignedLongType"unsignedLong" type.classUnsignedShortType"unsignedShort" type.
-