|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.traffic.controlpoint.util.ControlPointsList
This class implements a list containing controlPoints. It is an sorted set that can only be used for controlPoints.
| Constructor Summary | |
ControlPointsList()
|
|
| Method Summary | |
void |
add(ControlPointInterface cp)
Add a control point |
void |
addAll(ControlPointsList cpl)
|
void |
clear()
This method clears the entire list |
ControlPointsList |
cloneList()
|
boolean |
contains(ControlPointInterface cp)
Does the control point list contain a certain control point? |
ControlPointInterface |
first()
|
java.util.SortedSet |
getList()
|
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
void |
remove(ControlPointInterface cp)
|
void |
removeAll(ControlPointsList removeList)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControlPointsList()
| Method Detail |
public void add(ControlPointInterface cp)
cp - control point to addpublic boolean contains(ControlPointInterface cp)
cp -
public void remove(ControlPointInterface cp)
cp - public int size()
public java.util.Iterator iterator()
public boolean isEmpty()
public void clear()
public void addAll(ControlPointsList cpl)
cpl - public java.util.SortedSet getList()
public ControlPointsList cloneList()
public void removeAll(ControlPointsList removeList)
removeList - public ControlPointInterface first()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||