Modifier and Type | Method and Description |
---|---|
int |
getCount()
The count
|
U |
getElement()
The element
|
boolean |
hasNext()
Returns whether a next entry exists
|
void |
incCount(int count)
Increments the count
|
Groupify.Group<U> |
next()
Returns the next entry, null if this is the last entry
|
public int getCount()
public U getElement()
public boolean hasNext()
public void incCount(int count)
count
- public Groupify.Group<U> next()