ELEMENT
- Element typeprivate class JHelpRandom.Limit<ELEMENT>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ELEMENT |
element
The element
|
(package private) int |
maximum
Maximum value
|
Constructor and Description |
---|
JHelpRandom.Limit(int maximum,
ELEMENT element)
Create a new instance of Limit
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
String representation
Parent documentation: |