Elektra  0.8.25
Public Member Functions | List of all members
org.libelektra.KeyNameIterator Class Reference

An Iterator over a Key's name parts, separated by /. More...

Inherits Iterator< String >.

Public Member Functions

boolean hasNext ()
 Checks if another value is available. More...
 
String next ()
 Gets the next value of iteration. More...
 
void remove ()
 NOT SUPPORTED. More...
 

Detailed Description

An Iterator over a Key's name parts, separated by /.

Member Function Documentation

◆ 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: