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

org.opentripplanner.netex.loader.util.ReadOnlyHierarchicalMapById Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy