|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<E>
ptolemy.actor.gt.data.Tuple<java.lang.Object>
ptolemy.actor.gt.data.Pair<java.util.List<?>,java.lang.Integer>
ptolemy.actor.gt.GraphAnalyzer.IndexedList
public static class GraphAnalyzer.IndexedList
A pair of a list and an index number.
Red (tfeng) |
Yellow (tfeng) |
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
GraphAnalyzer.IndexedList(java.util.List<?> list,
java.lang.Integer mark)
Construct an IndexedList. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Test the equivalence between two IndexedLists. |
int |
hashCode()
Return the hash code of the element in the list that the index points to. |
Methods inherited from class ptolemy.actor.gt.data.Pair |
---|
getFirst, getSecond, set, setFirst, setSecond |
Methods inherited from class java.util.LinkedList |
---|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, element, get, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
Methods inherited from class java.util.AbstractSequentialList |
---|
iterator |
Methods inherited from class java.util.AbstractList |
---|
listIterator, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, isEmpty, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
GraphAnalyzer.IndexedList(java.util.List<?> list, java.lang.Integer mark)
list
- The list.mark
- The index number.Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in interface java.util.Collection<java.lang.Object>
equals
in interface java.util.List<java.lang.Object>
equals
in class java.util.AbstractList<java.lang.Object>
object
- The object to test.
public int hashCode()
hashCode
in interface java.util.Collection<java.lang.Object>
hashCode
in interface java.util.List<java.lang.Object>
hashCode
in class java.util.AbstractList<java.lang.Object>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |