public class BoundsInfo
extends Object
-
Field Summary
Fields
Value if no data is present
If null, 0 is used
Can be null to indicate no predetermined maximum value
Can be null to indicate no predetermined minimum value
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
initialValue
Value if no data is present
If null, 0 is used
-
minValue
Can be null to indicate no predetermined minimum value
-
maxValue
Can be null to indicate no predetermined maximum value
-
-