T - value typestatic class SingleBound.UpperBoundInclusive<T extends Number> extends SingleBound.Bound
value <= bound.
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
bound, classHashcode| Constructor and Description |
|---|
UpperBoundInclusive(T bound)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(Number value)
Returns true if the bound accepts the value.
|
toStringUpperBoundInclusive(T bound)
bound - T; boundprotected boolean accept(Number value)
accept in class SingleBound.Boundvalue - Number; the value to checkCopyright © 2014–2018 Delft University of Technology. All rights reserved.