table of contents
| org.libelektra.KeySetIterator(3elektra) | Elektra | org.libelektra.KeySetIterator(3elektra) |
NAME¶
org.libelektra.KeySetIterator - An Iterator over a KeySet resulting in Keys.
SYNOPSIS¶
Inherits Iterator< Key >.
Public Member Functions¶
boolean hasNext ()
Checks if another value is available. Key next ()
Gets the next value of iteration. void remove ()
Removes the element of the iteration.
Detailed Description¶
An Iterator over a KeySet resulting in Keys.
Member Function Documentation¶
boolean org.libelektra.KeySetIterator.hasNext () [inline]¶
Checks if another value is available.
Returns:
Boolean if another value is available
Key org.libelektra.KeySetIterator.next () [inline]¶
Gets the next value of iteration.
Returns:
Next Key in iteration
Author¶
Generated automatically by Doxygen for Elektra from the source code.
| Mon Jan 15 2018 | Version 0.8.20 |