public class Suppliers
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <any> |
incrementing() |
static <any> |
incrementing(int initialValue) |
public static <any> incrementing()
get
, starting from zero.public static <any> incrementing(int initialValue)
get
, starting from initialValue
.