org.apache.uima.tools.cfe.support
Class FileBasedDictionary<T>
java.lang.Object
org.apache.uima.tools.cfe.support.FileBasedResource
org.apache.uima.tools.cfe.support.FileBasedDictionary<T>
- Direct Known Subclasses:
- SimpleFileBasedDictionary
public abstract class FileBasedDictionary<T>
- extends FileBasedResource
- Author:
- Igor Sominsky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBasedDictionary
public FileBasedDictionary(String name,
String path)
addEntry
protected abstract void addEntry(String key,
T value,
int linenum)
addLine
protected abstract void addLine(String[] line_columns,
int linenum)
getEntry
public abstract T getEntry(String key)
size
public abstract int size()
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.