railo.runtime.type.comparator
Class ArrayOfStructComparator

java.lang.Object
  extended by railo.runtime.type.comparator.ArrayOfStructComparator
All Implemented Interfaces:
Comparator<Struct>

public class ArrayOfStructComparator
extends Object
implements Comparator<Struct>


Constructor Summary
ArrayOfStructComparator(Collection.Key key)
          Constructor of the class
 
Method Summary
 int compare(Struct s1, Struct s2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ArrayOfStructComparator

public ArrayOfStructComparator(Collection.Key key)
Constructor of the class

Parameters:
key - key used from struct
Method Detail

compare

public int compare(Struct s1,
                   Struct s2)
Specified by:
compare in interface Comparator<Struct>


Copyright © 2012 Railo