protected class RAMDictionary.HotSwappableExceptionEntryIterator extends RAMDictionary.HotSwappableIterator<IExceptionEntry>
| Constructor and Description |
|---|
HotSwappableExceptionEntryIterator(POS pos)
Constructs a new hot swappable iterator that iterates over exception
entries for the specified part of speech.
|
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<IExceptionEntry> |
makeIterator()
Constructs the iterator that will iterate over the loaded data.
|
checkForLoad, hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic HotSwappableExceptionEntryIterator(POS pos)
pos - the part of speech for this iterator, may not be
nullNullPointerException - if the specified part of speech is nullprotected Iterator<IExceptionEntry> makeIterator()
RAMDictionary.HotSwappableIteratormakeIterator in class RAMDictionary.HotSwappableIterator<IExceptionEntry>Copyright © 2018. All rights reserved.