T
- value typestatic class SingleBound.LowerBoundExclusive<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 |
---|
LowerBoundExclusive(T bound)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept(Number value)
Returns true if the bound accepts the value.
|
toString
LowerBoundExclusive(T bound)
bound
- T; boundprotected boolean accept(Number value)
accept
in class SingleBound.Bound
value
- Number; the value to checkCopyright © 2014–2018 Delft University of Technology. All rights reserved.