protected class AbstractPerceptionReiterable.PrimaryIteratorEntry extends Object implements Comparable<AbstractPerceptionReiterable.PrimaryIteratorEntry>
primaryIterator() to return, implemented in subclasses.
 
 Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
 
 BSD-style license. See OpenTrafficSim License.
 
| Modifier and Type | Field and Description | 
|---|---|
(package private) org.djunits.value.vdouble.scalar.Length | 
distance
Distance to the object. 
 | 
(package private) U | 
object
Object. 
 | 
| Constructor and Description | 
|---|
PrimaryIteratorEntry(U object,
                    org.djunits.value.vdouble.scalar.Length distance)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(AbstractPerceptionReiterable.PrimaryIteratorEntry o) | 
final U object
final org.djunits.value.vdouble.scalar.Length distance
public PrimaryIteratorEntry(U object, org.djunits.value.vdouble.scalar.Length distance)
object - U; objectdistance - Length; distancepublic int compareTo(AbstractPerceptionReiterable.PrimaryIteratorEntry o)
compareTo in interface Comparable<AbstractPerceptionReiterable.PrimaryIteratorEntry>Copyright © 2014–2018 Delft University of Technology. All rights reserved.