Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionReiterable.PrimaryIteratorEntry
Packages that use AbstractPerceptionReiterable.PrimaryIteratorEntry
Package
Description
Implementation of lane-based perception for the GTU.
-
Uses of AbstractPerceptionReiterable.PrimaryIteratorEntry in org.opentrafficsim.road.gtu.lane.perception
Methods in org.opentrafficsim.road.gtu.lane.perception that return types with arguments of type AbstractPerceptionReiterable.PrimaryIteratorEntryModifier and TypeMethodDescription(package private) final Iterator<AbstractPerceptionReiterable<P,
H, U>.PrimaryIteratorEntry> AbstractPerceptionReiterable.getPrimaryIterator()
Returns the primary iterator.protected abstract Iterator<AbstractPerceptionReiterable<P,
H, U>.PrimaryIteratorEntry> AbstractPerceptionReiterable.primaryIterator()
Returns the primary iterator.MultiLanePerceptionIterable.primaryIterator()
Methods in org.opentrafficsim.road.gtu.lane.perception with parameters of type AbstractPerceptionReiterable.PrimaryIteratorEntryModifier and TypeMethodDescription(package private) final void
AbstractPerceptionReiterable.addNext
(AbstractPerceptionReiterable<P, H, U>.PrimaryIteratorEntry next) Adds an iterator entry to the internal linked list.int
AbstractPerceptionReiterable.PrimaryIteratorEntry.compareTo
(AbstractPerceptionReiterable<P, H, U>.PrimaryIteratorEntry o)