cs.arizona.tau.time
Class SCPList<E>
java.lang.Object
cs.arizona.tau.time.SCPList<E>
- All Implemented Interfaces:
- ISCPList<E>, java.lang.Iterable
public class SCPList<E>
- extends java.lang.Object
- implements ISCPList<E>, java.lang.Iterable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCPList
public SCPList()
add
public void add(TimePeriod tp,
E ele)
- Specified by:
add
in interface ISCPList<E>
get
public E get(java.util.Date b)
- Specified by:
get
in interface ISCPList<E>
get
public E get(TimePeriod tp2)
- Specified by:
get
in interface ISCPList<E>
remove
public E remove(java.util.Date b)
- Specified by:
remove
in interface ISCPList<E>
remove
public E remove(TimePeriod tp2)
- Specified by:
remove
in interface ISCPList<E>
iterator
public java.util.Iterator<E> iterator()
- Specified by:
iterator
in interface java.lang.Iterable