Package | Description |
---|---|
org.deidentifier.arx.common |
A package containing commonly used classes
|
Modifier and Type | Method and Description |
---|---|
Groupify.Group<T> |
Groupify.first()
Returns the first entry for iterations
|
Groupify.Group<T> |
Groupify.get(T element)
Returns the matching entry, if any
|
Groupify.Group<U> |
Groupify.Group.next()
Returns the next entry, null if this is the last entry
|