edu.mit.jwi
Class RAMDictionary.HotSwappableSynsetIterator
java.lang.Object
edu.mit.jwi.RAMDictionary.HotSwappableIterator<ISynset>
edu.mit.jwi.RAMDictionary.HotSwappableSynsetIterator
- All Implemented Interfaces:
- Iterator<ISynset>
- Enclosing class:
- RAMDictionary
protected class RAMDictionary.HotSwappableSynsetIterator
- extends RAMDictionary.HotSwappableIterator<ISynset>
A hot swappable iterator for synsets.
- 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.HotSwappableSynsetIterator
public RAMDictionary.HotSwappableSynsetIterator(POS pos)
- Constructs a new hot swappable iterator for synsets.
- Parameters:
pos - the part of speech for the iterator- Since:
- JWI 2.2.0
makeIterator
protected Iterator<ISynset> makeIterator()
- Description copied from class:
RAMDictionary.HotSwappableIterator
- Constructs the iterator that will iterate over the loaded data.
- Specified by:
makeIterator in class RAMDictionary.HotSwappableIterator<ISynset>
- Returns:
- the new iterator to be swapped in when loading is done
Copyright © 2011. All Rights Reserved.