public static class MutableHashTable.UnmatchedBuildIterator<BT,PT> extends Object implements MutableObjectIterator<BT>
Modifier and Type | Method and Description |
---|---|
void |
back() |
BT |
next()
Gets the next element from the collection.
|
BT |
next(BT reuse)
Gets the next element from the collection.
|
public BT next(BT reuse)
MutableObjectIterator
next
in interface MutableObjectIterator<BT>
reuse
- The target object into which to place next element if E is mutable.null
if the iterator is exhausted.public BT next()
MutableObjectIterator
next
in interface MutableObjectIterator<BT>
null
if the iterator is exhausted.public void back()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.