All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.CharacterSorter

java.lang.Object
   |
   +----javaParse.CharacterSorter

public class CharacterSorter
extends Object
implements BinaryPredicate
This class is a BinaryPredicate used for sorting VectorArrays of Characters

See Also:
Machine

Constructor Index

 o CharacterSorter()

Method Index

 o execute(Object, Object)
Used for sorting the vectors with the JGL VectorArray sorting of Characters

Constructors

 o CharacterSorter
 public CharacterSorter()

Methods

 o execute
 public boolean execute(Object a,
                        Object b)
Used for sorting the vectors with the JGL VectorArray sorting of Characters


All Packages  Class Hierarchy  This Package  Previous  Next  Index