public static class MutableHashTable.HashBucketIterator<BT,PT> extends Object implements 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 MutableObjectIterator<BT>public BT next()
next in interface MutableObjectIterator<BT>public void writeBack(BT value) throws IOException
IOExceptionpublic void reset()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.