Class IdKey
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.collections.IdKey
-
- Direct Known Subclasses:
ServiceIdKey,ShapeIdKey
public abstract class IdKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AgencyAndId_id
-
Constructor Summary
Constructors Constructor Description IdKey(AgencyAndId id)
-
-
-
Field Detail
-
_id
protected AgencyAndId _id
-
-
Constructor Detail
-
IdKey
public IdKey(AgencyAndId id)
-
-