An Iterator over a Key's name parts, separated by /.
More...
Inherits Iterator< String >.
An Iterator over a Key's name parts, separated by /.
◆ hasNext()
boolean org.libelektra.KeyNameIterator.hasNext |
( |
| ) |
|
|
inline |
Checks if another value is available.
- Returns
- Boolean if another value is available
◆ next()
String org.libelektra.KeyNameIterator.next |
( |
| ) |
|
|
inline |
Gets the next value of iteration.
- Returns
- Next key name part in iteration
◆ remove()
void org.libelektra.KeyNameIterator.remove |
( |
| ) |
|
|
inline |
NOT SUPPORTED.
- Exceptions
-
UnsupportedOperationException | |
The documentation for this class was generated from the following file: