public static interface SpecialTypes.Counter extends Bag
counter
BDL typeModifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
increment() |
void |
increment(long quantity) |
static SpecialTypes.Counter |
newInstance() |
static SpecialTypes.Counter newInstance()
void increment()
void increment(long quantity)
long getValue()