cs.arizona.tau.time
Class SCPList<E>

java.lang.Object
  extended by 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


Constructor Summary
SCPList()
           
 
Method Summary
 void add(TimePeriod tp, E ele)
           
 E get(java.util.Date b)
           
 E get(TimePeriod tp2)
           
 java.util.Iterator<E> iterator()
           
 E remove(java.util.Date b)
           
 E remove(TimePeriod tp2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCPList

public SCPList()
Method Detail

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