org.onebusaway.gtfs.csv
Class ListEntityHandler<T>

java.lang.Object
  extended by org.onebusaway.gtfs.csv.ListEntityHandler<T>
All Implemented Interfaces:
java.lang.Iterable<T>, EntityHandler

public class ListEntityHandler<T>
extends java.lang.Object
implements EntityHandler, java.lang.Iterable<T>


Constructor Summary
ListEntityHandler()
           
 
Method Summary
 java.util.List<T> getValues()
           
 void handleEntity(java.lang.Object bean)
          EntityHandler Interface
 java.util.Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntityHandler

public ListEntityHandler()
Method Detail

getValues

public java.util.List<T> getValues()

iterator

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

handleEntity

public void handleEntity(java.lang.Object bean)
EntityHandler Interface

Specified by:
handleEntity in interface EntityHandler


Copyright © 2011 OneBusAway. All Rights Reserved.