Package org.drools.core.util
Class HashTableIterator
- java.lang.Object
-
- org.drools.core.util.HashTableIterator
-
- All Implemented Interfaces:
Externalizable,Serializable,Iterator
public class HashTableIterator extends Object implements Iterator, Externalizable
Fast re-usable iterator- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description introw
-
Constructor Summary
Constructors Constructor Description HashTableIterator()HashTableIterator(AbstractHashTable hashTable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectnext()voidreadExternal(ObjectInput in)voidreset()voidwriteExternal(ObjectOutput out)
-
-
-
Constructor Detail
-
HashTableIterator
public HashTableIterator()
-
HashTableIterator
public HashTableIterator(AbstractHashTable hashTable)
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
reset
public void reset()
-
-