- name() - Method in class dev.codesoapbox.dummy4j.dummies.Dummies
-
- name() - Method in class dev.codesoapbox.dummy4j.Dummy4j
-
- NameDummy - Class in dev.codesoapbox.dummy4j.dummies
-
- NameDummy(Dummy4j) - Constructor for class dev.codesoapbox.dummy4j.dummies.NameDummy
-
- nextBoolean() - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random boolean
- nextDouble() - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random positive double
- nextDouble(double) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random double between 0 and upperBound (inclusive)
- nextDouble(double, double) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random double between lowerBound and upperBound (inclusive)
- nextFloat() - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random positive float
- nextFloat(float) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random double between 0 and upperBound (inclusive)
- nextFloat(float, float) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random float between lowerBound (inclusive) and upperBound (exclusive)
- nextInt() - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random positive int
- nextInt(int) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random int between 0 and upperBound (inclusive)
- nextInt(int, int) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random int between lowerBound and upperBound (inclusive)
- nextLong() - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random positive long
- nextLong(long, long) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random long between @{code lowerBound} and upperBound (inclusive)
- nextLong(long) - Method in class dev.codesoapbox.dummy4j.RandomService
-
Generates a random long between 0 and upperBound inclusive