org.jmol.adapter.readers.quantum
Class SlaterReader.SlaterSorter

java.lang.Object
  extended by org.jmol.adapter.readers.quantum.SlaterReader.SlaterSorter
All Implemented Interfaces:
Comparator
Enclosing class:
SlaterReader

 class SlaterReader.SlaterSorter
extends Object
implements Comparator


Constructor Summary
SlaterReader.SlaterSorter()
           
 
Method Summary
 int compare(Object a, Object b)
           
 
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
 

Constructor Detail

SlaterReader.SlaterSorter

SlaterReader.SlaterSorter()
Method Detail

compare

public int compare(Object a,
                   Object b)
Specified by:
compare in interface Comparator