org.opentripplanner.netex.loader.util.ReadOnlyHierarchicalMapById Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.netex.loader.util;
import org.rutebanken.netex.model.EntityStructure;
import java.util.Collection;
/**
* Read only interface for a hierarchical map of {@link EntityStructure} values indexed by their id.
*
* @param the value type
*/
public interface ReadOnlyHierarchicalMapById extends ReadOnlyHierarchicalMap{
/**
* @return a collection of all values hold in the local map, all values added to one of the
* parents are excluded from the collection.
*/
Collection localValues();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy