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

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

The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy