Package com.esri.core.geometry
Class OperatorSimplifyLocalHelper.ClusterTestComparator
- java.lang.Object
-
- com.esri.core.geometry.Treap.Comparator
-
- com.esri.core.geometry.OperatorSimplifyLocalHelper.ClusterTestComparator
-
- Enclosing class:
- OperatorSimplifyLocalHelper
private static final class OperatorSimplifyLocalHelper.ClusterTestComparator extends Treap.Comparator
-
-
Field Summary
Fields Modifier and Type Field Description (package private) OperatorSimplifyLocalHelper
m_helper
-
Constructor Summary
Constructors Constructor Description ClusterTestComparator(OperatorSimplifyLocalHelper helper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
compare(Treap treap, int xy1, int node)
-
Methods inherited from class com.esri.core.geometry.Treap.Comparator
onAddUniqueElementFailed, onAddUniqueElementFailedImpl_, onDelete, onDeleteImpl_, onEndSearch, onEndSearchImpl_, onSet, onSetImpl_
-
-
-
-
Field Detail
-
m_helper
OperatorSimplifyLocalHelper m_helper
-
-
Constructor Detail
-
ClusterTestComparator
ClusterTestComparator(OperatorSimplifyLocalHelper helper)
-
-
Method Detail
-
compare
int compare(Treap treap, int xy1, int node)
- Specified by:
compare
in classTreap.Comparator
-
-