Elektra  0.8.23
Public Member Functions | List of all members
org.libelektra.KeySetIterator Class Reference

An Iterator over a KeySet resulting in Keys. More...

Inherits Iterator< Key >.

Public Member Functions

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.
 

Detailed Description

An Iterator over a KeySet resulting in Keys.

Member Function Documentation

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