Class NetexEntityMapByIdImpl<V extends org.rutebanken.netex.model.EntityStructure>

    • Constructor Detail

      • NetexEntityMapByIdImpl

        public NetexEntityMapByIdImpl()
    • Method Detail

      • get

        public V get​(String id)
        Description copied from interface: NetexEntityIndex
        Get an entity by its id
        Specified by:
        get in interface NetexEntityIndex<V extends org.rutebanken.netex.model.EntityStructure>
        Returns:
        The entity
      • getAll

        public Collection<V> getAll()
        Description copied from interface: NetexEntityIndex
        Get all entities in the index
        Specified by:
        getAll in interface NetexEntityIndex<V extends org.rutebanken.netex.model.EntityStructure>
        Returns:
        A collection of the entity type
      • putAll

        public void putAll​(Collection<V> entities)
        Description copied from interface: NetexEntityIndex
        Put all entities into the collection
        Specified by:
        putAll in interface NetexEntityIndex<V extends org.rutebanken.netex.model.EntityStructure>
      • add

        public void add​(V entity)