public class NodeComparator extends Object implements Comparator<Node>
| Constructor and Description |
|---|
NodeComparator()
Creates a new instance of AdressComparator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Node o1,
Node o2)
DOCUMENT ME!
|
static void |
main(String[] args)
DOCUMENT ME!
|
static Object[] |
split(CharSequence input,
int limit)
this works like the standard split method except that it keeps the delimiter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic NodeComparator()
public int compare(Node o1, Node o2)
compare in interface Comparator<Node>o1 - DOCUMENT ME!o2 - DOCUMENT ME!public static Object[] split(CharSequence input, int limit)
input - DOCUMENT ME!limit - DOCUMENT ME!public static void main(String[] args)
args - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.