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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void reset()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.