public class Rank extends NodeList
Constructor and Description |
---|
Rank() |
Modifier and Type | Method and Description |
---|---|
int |
count()
Returns the number of nodes in this rank.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
sort()
Deprecated.
Do not call
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public int count()
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection
equals
in interface java.util.List
equals
in class java.util.AbstractList
Object.equals(Object)
public int hashCode()
hashCode
in interface java.util.Collection
hashCode
in interface java.util.List
hashCode
in class java.util.AbstractList
Overridden for speed based on equality.
public void sort()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.