All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.netex.index.api.ReadOnlyHierarchicalMapById Maven / Gradle / Ivy

package org.opentripplanner.netex.index.api;

import org.rutebanken.netex.model.EntityStructure;

/**
 * Read only interface for a hierarchical map of {@link EntityStructure} values indexed by their id.
 *
 * @param  the value type
 */
public interface ReadOnlyHierarchicalMapById extends ReadOnlyHierarchicalMap{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy