public static class MutableHashTable.HashBucketIterator<BT,PT> extends Object implements org.apache.flink.util.MutableObjectIterator<BT>
| Modifier and Type | Method and Description |
|---|---|
BT |
next() |
BT |
next(BT reuse) |
void |
reset() |
void |
writeBack(BT value) |
public BT next(BT reuse)
next in interface org.apache.flink.util.MutableObjectIterator<BT>public BT next()
next in interface org.apache.flink.util.MutableObjectIterator<BT>public void writeBack(BT value) throws IOException
IOExceptionpublic void reset()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.