edu.mit.jwi
Class RAMDictionary.HotSwappableExceptionEntryIterator
java.lang.Object
edu.mit.jwi.RAMDictionary.HotSwappableIterator<IExceptionEntry>
edu.mit.jwi.RAMDictionary.HotSwappableExceptionEntryIterator
- All Implemented Interfaces:
- Iterator<IExceptionEntry>
- Enclosing class:
- RAMDictionary
protected class RAMDictionary.HotSwappableExceptionEntryIterator
- extends RAMDictionary.HotSwappableIterator<IExceptionEntry>
A hot swappable iterator that iterates over exceptions entries for a
particular part of speech.
- Since:
- JWI 2.2.0
- Author:
- Mark A. Finlayson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAMDictionary.HotSwappableExceptionEntryIterator
public RAMDictionary.HotSwappableExceptionEntryIterator(POS pos)
- Constructs a new hot swappable iterator that iterates over exception
entries for the specified part of speech.
- Parameters:
pos - the part of speech for this iterator, may not be
null
- Throws:
NullPointerException - if the specified part of speech is null- Since:
- JWI 2.2.0
makeIterator
protected Iterator<IExceptionEntry> makeIterator()
- Description copied from class:
RAMDictionary.HotSwappableIterator
- Constructs the iterator that will iterate over the loaded data.
- Specified by:
makeIterator in class RAMDictionary.HotSwappableIterator<IExceptionEntry>
- Returns:
- the new iterator to be swapped in when loading is done
Copyright © 2011. All Rights Reserved.