com.racersystems.jracer
Class RacerList<E extends RacerResult>

java.lang.Object
  extended by com.racersystems.jracer.RacerResult
      extended by com.racersystems.jracer.RacerList<E>
All Implemented Interfaces:
java.lang.Iterable<E>

public class RacerList<E extends RacerResult>
extends RacerResult
implements java.lang.Iterable<E>


Field Summary
 java.util.List<E> value
           
 
Constructor Summary
RacerList()
           
 
Method Summary
 java.util.List<E> getValue()
           
 java.util.Iterator<E> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public java.util.List<E extends RacerResult> value
Constructor Detail

RacerList

public RacerList()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class RacerResult

getValue

public java.util.List<E> getValue()
Specified by:
getValue in class RacerResult

iterator

public java.util.Iterator<E> iterator()
Specified by:
iterator in interface java.lang.Iterable<E extends RacerResult>