Package org.jmol.jvxl.data
Class MeshData.SortSet
java.lang.Object
org.jmol.jvxl.data.MeshData.SortSet
- All Implemented Interfaces:
Comparator<org.jmol.jvxl.data.MeshData.SSet>
- Enclosing class:
- MeshData
protected class MeshData.SortSet
extends Object
implements Comparator<org.jmol.jvxl.data.MeshData.SSet>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(org.jmol.jvxl.data.MeshData.SSet o1, org.jmol.jvxl.data.MeshData.SSet o2) 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
SortSet
protected SortSet()
-
-
Method Details
-
compare
public int compare(org.jmol.jvxl.data.MeshData.SSet o1, org.jmol.jvxl.data.MeshData.SSet o2) - Specified by:
compare
in interfaceComparator<org.jmol.jvxl.data.MeshData.SSet>
-