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