|
Uncommons Maths API (Version 1.2.3) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type (Integer, Long, Double, etc.) of number to generate.public interface NumberGenerator<T extends Number>
Interface for providing different types of sequences of numbers. This is a simple but powerful abstraction that provides considerable flexibility in implementing classes that require numeric configuration. Refer to the implementations in this package for examples of how it can be used.
ConstantGenerator
,
AdjustableNumberGenerator
Method Summary | |
---|---|
T |
nextValue()
|
Method Detail |
---|
T nextValue()
|
Uncommons Maths API (Version 1.2.3) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |