org.onebusaway.transit_data_federation.model.tripplanner
Class EmptyStopEntriesWithValues

java.lang.Object
  extended by org.onebusaway.transit_data_federation.model.tripplanner.EmptyStopEntriesWithValues
All Implemented Interfaces:
StopEntriesWithValues

public final class EmptyStopEntriesWithValues
extends Object
implements StopEntriesWithValues


Constructor Summary
EmptyStopEntriesWithValues()
           
 
Method Summary
 StopEntry getStopEntry(int index)
           
 int getValue(int index)
           
 boolean isEmpty()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyStopEntriesWithValues

public EmptyStopEntriesWithValues()
Method Detail

size

public int size()
Specified by:
size in interface StopEntriesWithValues

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface StopEntriesWithValues

getStopEntry

public StopEntry getStopEntry(int index)
Specified by:
getStopEntry in interface StopEntriesWithValues

getValue

public int getValue(int index)
Specified by:
getValue in interface StopEntriesWithValues


Copyright © 2012 OneBusAway. All Rights Reserved.