net.groboclown.xml.xdstates.v1.modules
Class VSortAscending

java.lang.Object
  |
  +--net.groboclown.xml.xdstates.v1.modules.AbstractVSort
        |
        +--net.groboclown.xml.xdstates.v1.modules.VSortAscending
All Implemented Interfaces:
IValueModule

public class VSortAscending
extends AbstractVSort

A module that is associated with a value in a particular Attribute.

Version:
Alpha 0.9.0 - JDK 1.2+
Author:
Matt Albrecht

Field Summary
static String[] VALUES
           
 
Fields inherited from class net.groboclown.xml.xdstates.v1.modules.AbstractVSort
values
 
Constructor Summary
VSortAscending()
           
 
Method Summary
 IValueModule copy()
           
protected  Comparator createComparator()
          Create a Comparator for the sort.
 
Methods inherited from class net.groboclown.xml.xdstates.v1.modules.AbstractVSort
checkValue, fire, shouldFireTreeParse
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

VALUES

public static final String[] VALUES
Constructor Detail

VSortAscending

public VSortAscending()
Method Detail

copy

public IValueModule copy()
Overrides:
copy in class AbstractVSort

createComparator

protected Comparator createComparator()
Create a Comparator for the sort.
Overrides:
createComparator in class AbstractVSort


Written under the LGPL