org.jmol.script
Class ScriptVariable.Sort

java.lang.Object
  extended by org.jmol.script.ScriptVariable.Sort
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
ScriptVariable

protected class ScriptVariable.Sort
extends java.lang.Object
implements java.util.Comparator


Field Summary
private  int arrayPt
           
 
Constructor Summary
protected ScriptVariable.Sort(int arrayPt)
           
 
Method Summary
 int compare(java.lang.Object ox, java.lang.Object oy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

arrayPt

private int arrayPt
Constructor Detail

ScriptVariable.Sort

protected ScriptVariable.Sort(int arrayPt)
Method Detail

compare

public int compare(java.lang.Object ox,
                   java.lang.Object oy)
Specified by:
compare in interface java.util.Comparator