Uses of Class
org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionReiterable.PrimaryIteratorEntry
Package
Description
Implementation of lane-based perception for the GTU.
-
Uses of AbstractPerceptionReiterable.PrimaryIteratorEntry in org.opentrafficsim.road.gtu.lane.perception
Modifier and TypeMethodDescription(package private) final Iterator<AbstractPerceptionReiterable<H,
U>.PrimaryIteratorEntry> AbstractPerceptionReiterable.getPrimaryIterator()
Returns the primary iterator.AbstractPerceptionIterable.primaryIterator()
Returns the primary iterator.protected abstract Iterator<AbstractPerceptionReiterable<H,
U>.PrimaryIteratorEntry> AbstractPerceptionReiterable.primaryIterator()
Returns the primary iterator.MultiLanePerceptionIterable.primaryIterator()
Returns the primary iterator.Modifier and TypeMethodDescription(package private) final void
AbstractPerceptionReiterable.addNext
(AbstractPerceptionReiterable<H, U>.PrimaryIteratorEntry next) Adds an iterator entry to the internal linked list.int
AbstractPerceptionReiterable.PrimaryIteratorEntry.compareTo
(AbstractPerceptionReiterable<H, U>.PrimaryIteratorEntry o)