edu.mit.jwi
Class DataSourceDictionary.FileIterator2<T>
java.lang.Object
edu.mit.jwi.DataSourceDictionary.FileIterator<T,T>
edu.mit.jwi.DataSourceDictionary.FileIterator2<T>
- All Implemented Interfaces:
- IHasPOS, Iterator<T>
- Direct Known Subclasses:
- DataSourceDictionary.DataFileIterator, DataSourceDictionary.IndexFileIterator, DataSourceDictionary.SenseEntryFileIterator
- Enclosing class:
- DataSourceDictionary
public abstract class DataSourceDictionary.FileIterator2<T>
- extends DataSourceDictionary.FileIterator<T,T>
A file iterator where the data type returned by the iterator is the same
as that returned by the backing data source.
- Since:
- JWI 2.1.5
- Author:
- Mark A. Finlayson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceDictionary.FileIterator2
public DataSourceDictionary.FileIterator2(IContentType<T> content)
- Constructs a new file iterator with the specified content type.
- Since:
- JWI 2.1.5
DataSourceDictionary.FileIterator2
public DataSourceDictionary.FileIterator2(IContentType<T> content,
String startKey)
- Constructs a new file iterator with the specified content type and start key.
- Since:
- JWI 2.1.5
Copyright © 2011. All Rights Reserved.