Uses of Interface
org.onebusaway.transit_data_federation.impl.time.GenericBinarySearch.ValueAdapter

Packages that use GenericBinarySearch.ValueAdapter
org.onebusaway.transit_data_federation.impl.time   
 

Uses of GenericBinarySearch.ValueAdapter in org.onebusaway.transit_data_federation.impl.time
 

Methods in org.onebusaway.transit_data_federation.impl.time with parameters of type GenericBinarySearch.ValueAdapter
static
<T> int
GenericBinarySearch.search(List<T> elements, double targetValue, GenericBinarySearch.ValueAdapter<T> valueAdapter)
          Return an index into the element list such that if a new element with the specified target value was inserted into the list at the specified index, the list would remain in sorted order with respect to the GenericBinarySearch.ValueAdapter
 



Copyright © 2012 OneBusAway. All Rights Reserved.