An Iterator over a KeySet resulting in Keys.
More...
Inherits Iterator< Key >.
|
boolean | hasNext () |
| Checks if another value is available. More...
|
|
Key | next () |
| Gets the next value of iteration. More...
|
|
void | remove () |
| Removes the element of the iteration.
|
|
An Iterator over a KeySet resulting in Keys.
◆ hasNext()
boolean org.libelektra.KeySetIterator.hasNext |
( |
| ) |
|
|
inline |
Checks if another value is available.
- Returns
- Boolean if another value is available
◆ next()
Key org.libelektra.KeySetIterator.next |
( |
| ) |
|
|
inline |
Gets the next value of iteration.
- Returns
- Next Key in iteration
The documentation for this class was generated from the following file: