Skip navigation links
D E N 

D

de.team33.patterns.random.mimas - package de.team33.patterns.random.mimas
 

E

Extension - Interface in de.team33.patterns.random.mimas
Represents an extension of a random generator that defines (additional) methods for primitive values as well as values of some other basic types, including enum types, String and BigInteger.

N

nextBigInteger(BigInteger) - Method in interface de.team33.patterns.random.mimas.Extension
Returns a BigInteger value between ZERO (incl.) and bound (excl.).
nextBigInteger(BigInteger, BigInteger) - Method in interface de.team33.patterns.random.mimas.Extension
Returns a BigInteger value between min (incl.) and bound (excl.).
nextBits(int) - Method in interface de.team33.patterns.random.mimas.Extension
Returns any non-negative BigInteger representing a sequence of significant bits of a given length.
nextBoolean() - Method in interface de.team33.patterns.random.mimas.Extension
Returns any boolean value.
nextByte() - Method in interface de.team33.patterns.random.mimas.Extension
Returns any byte value.
nextChar(String) - Method in interface de.team33.patterns.random.mimas.Extension
Returns any char value of the given characters.
nextDouble() - Method in interface de.team33.patterns.random.mimas.Extension
Returns a double value between zero (incl.) and one (excl.).
nextFloat() - Method in interface de.team33.patterns.random.mimas.Extension
Returns a float value between zero (incl.) and one (excl.).
nextInt() - Method in interface de.team33.patterns.random.mimas.Extension
Returns any int value.
nextInt(int) - Method in interface de.team33.patterns.random.mimas.Extension
Returns an int value between zero (incl.) and bound (excl.).
nextInt(int, int) - Method in interface de.team33.patterns.random.mimas.Extension
Returns an int value between min (incl.) and bound (excl.).
nextLong() - Method in interface de.team33.patterns.random.mimas.Extension
Returns any long value.
nextLong(long) - Method in interface de.team33.patterns.random.mimas.Extension
Returns any long value between zero (incl.) and bound (excl.).
nextLong(long, long) - Method in interface de.team33.patterns.random.mimas.Extension
Returns any long value between min (incl.) and bound (excl.).
nextOf(T...) - Method in interface de.team33.patterns.random.mimas.Extension
Returns one of the given values.
nextOf(Class<T>) - Method in interface de.team33.patterns.random.mimas.Extension
Returns one of the given enum values.
nextShort() - Method in interface de.team33.patterns.random.mimas.Extension
Returns any short value.
nextString(int, String) - Method in interface de.team33.patterns.random.mimas.Extension
Returns a String with the given length consisting of the given characters.
D E N 
Skip navigation links

Copyright © 2022 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.