public class HashTableIterator extends Object implements Iterator, Externalizable
| Modifier and Type | Field and Description |
|---|---|
int |
row |
| Constructor and Description |
|---|
HashTableIterator() |
HashTableIterator(AbstractHashTable hashTable) |
| Modifier and Type | Method and Description |
|---|---|
Object |
next() |
void |
readExternal(ObjectInput in) |
void |
reset() |
void |
writeExternal(ObjectOutput out) |
public HashTableIterator()
public HashTableIterator(AbstractHashTable hashTable)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void reset()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.