Class AbstractPerceptionIterable.Entry
- java.lang.Object
-
- org.opentrafficsim.road.gtu.lane.perception.AbstractPerceptionIterable.Entry
-
- Enclosing class:
- AbstractPerceptionIterable<H extends Headway,U,C>
protected class AbstractPerceptionIterable.Entry extends Object
Class of objects for subclasses to return. This can contain either a single object, or a set if there are multiple objects at a single location.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 16 feb. 2018
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description U
getObject()
Returns the underlying object.Set<U>
getSet()
Returns the underlying set.
-