An Iterator for a Key's name parts (separated by /)
More...
Inherits Iterator< String >.
An Iterator for a Key's name parts (separated by /)
◆ hasNext()
boolean org.libelektra.KeyNameIterator.hasNext |
( |
| ) |
|
|
inline |
- Returns
- True, if another value is available, false otherwise
◆ 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 |
- Exceptions
-
UnsupportedOperationException | because removal of key name parts is not supported by this iterator |
The documentation for this class was generated from the following file: