Package net.sf.saxon.ma.map
Class MapItem.KeyIterator
java.lang.Object
net.sf.saxon.ma.map.MapItem.KeyIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,SequenceIterator,AtomicIterator
- Enclosing class:
MapItem
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
next
Description copied from interface:AtomicIteratorGet the next atomic value in the sequence.- Specified by:
nextin interfaceAtomicIterator- Specified by:
nextin interfaceSequenceIterator- Returns:
- the next Item. If there are no more items, return null.
-