|
Groovy JDK |
Method Summary | |
---|---|
Object
|
next()
This method is called by the ++ operator for enums Groovy's default next behaviour for enums do not have their own next method (Only works with JDK1 |
Object
|
previous()
This method is called by the -- operator for enums Groovy's default previous behaviour for enums that do not have their own previous method (Only works with JDK1 |
Method Detail |
---|
public Object next()
public Object previous()
|
Groovy JDK |