public class SimpleAtomComparator extends Object implements Comparator<IAtom>, Serializable
This code returns a sorted set of atoms for a container according to its symbol and hybridization states. This will aid in finding a deterministic path rather than Stochastic one.
Constructor and Description |
---|
SimpleAtomComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(IAtom o1,
IAtom o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(IAtom o1, IAtom o2)
compare
in interface Comparator<IAtom>
Copyright © 2021. All rights reserved.