protected class AbstractPerceptionReiterable.PrimaryIteratorEntry extends Object implements Comparable<AbstractPerceptionReiterable.PrimaryIteratorEntry>
primaryIterator() to return, implemented in subclasses.
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Constructor and Description |
|---|
PrimaryIteratorEntry(U object,
Length distance)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AbstractPerceptionReiterable.PrimaryIteratorEntry o) |
protected U |
getObject()
Returns the object.
|
public int compareTo(AbstractPerceptionReiterable.PrimaryIteratorEntry o)
compareTo in interface Comparable<AbstractPerceptionReiterable.PrimaryIteratorEntry>protected U getObject()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.