Package org.goplanit.service.routed
Interface RoutedTripDepartures
-
- All Superinterfaces:
Cloneable
,Iterable<RoutedTripDeparture>
,LongMapWrapper<RoutedTripDeparture>
,ManagedIdEntities<RoutedTripDeparture>
,MapWrapper<Long,RoutedTripDeparture>
- All Known Implementing Classes:
RoutedTripDeparturesImpl
public interface RoutedTripDepartures extends ManagedIdEntities<RoutedTripDeparture>
A container class for departures registered on a schedule based routed trip- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutedTripDepartures
clone()
Force clone implementationRoutedTripDepartureFactory
getFactory()
Factory to create instance of managed id entity (for this container class)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
clone
RoutedTripDepartures clone()
Force clone implementation- Specified by:
clone
in interfaceManagedIdEntities<RoutedTripDeparture>
- Specified by:
clone
in interfaceMapWrapper<Long,RoutedTripDeparture>
- Returns:
- clone of entities
-
getFactory
RoutedTripDepartureFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<RoutedTripDeparture>
- Returns:
- entity factory
-
-