xxl.cursors
Class RandomIntegers
java.lang.Object
|
+--xxl.cursors.AbstractCursor
|
+--xxl.cursors.RandomIntegers
- public class RandomIntegers
- extends AbstractCursor
The RandomIntegers-Cursor returns random Integer-Objects.
TODO: Random uebergeben
|
Method Summary |
protected void |
computeNext()
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
random
protected java.util.Random random
maxValue
protected int maxValue
noOfObjects
protected int noOfObjects
RandomIntegers
public RandomIntegers(long seed,
int maxValue,
int noOfObjects)
RandomIntegers
public RandomIntegers(int maxValue,
int noOfObjects)
RandomIntegers
public RandomIntegers(int noOfObjects)
computeNext
protected void computeNext()
- Overrides:
- computeNext in class AbstractCursor
main
public static void main(java.lang.String[] args)