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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic int count()
public boolean equals(java.lang.Object o)
equals in interface java.util.Collectionequals in interface java.util.Listequals in class java.util.AbstractListObject.equals(Object)public int hashCode()
hashCode in interface java.util.CollectionhashCode in interface java.util.ListhashCode in class java.util.AbstractListOverridden for speed based on equality.public void sort()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.