|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Place>
vanted.petrinetelements.PlaceList
public class PlaceList
The Class PlaceList is a helper class for places.
Constructor Summary | |
---|---|
PlaceList()
|
Method Summary | |
---|---|
boolean |
contains(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
indexOf(java.lang.Object o)
|
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, ensureCapacity, get, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public PlaceList()
Method Detail |
---|
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<Place>
contains
in interface java.util.List<Place>
contains
in class java.util.ArrayList<Place>
public int indexOf(java.lang.Object o)
indexOf
in interface java.util.List<Place>
indexOf
in class java.util.ArrayList<Place>
public boolean equals(java.lang.Object o)
equals
in interface java.util.Collection<Place>
equals
in interface java.util.List<Place>
equals
in class java.util.AbstractList<Place>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |