org.onebusaway.transit_data_federation.model.tripplanner
Interface StopEntriesWithValues

All Known Implementing Classes:
EmptyStopEntriesWithValues

public interface StopEntriesWithValues


Method Summary
 StopEntry getStopEntry(int index)
           
 int getValue(int index)
           
 boolean isEmpty()
           
 int size()
           
 

Method Detail

size

int size()

isEmpty

boolean isEmpty()

getStopEntry

StopEntry getStopEntry(int index)

getValue

int getValue(int index)


Copyright © 2012 OneBusAway. All Rights Reserved.