org.jmol.modelset
Class AtomCollection.AtomSorter
java.lang.Object
org.jmol.modelset.AtomCollection.AtomSorter
- All Implemented Interfaces:
- Comparator<Atom>
- Enclosing class:
- AtomCollection
class AtomCollection.AtomSorter
- extends Object
- implements Comparator<Atom>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomCollection.AtomSorter
AtomCollection.AtomSorter()
compare
public int compare(Atom a1,
Atom a2)
- Specified by:
compare in interface Comparator<Atom>