public abstract class AbstractBaseDictionary extends Object implements Dictionary
Constructor and Description |
---|
AbstractBaseDictionary() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<String> |
getMetaFieldNames()
TODO - get rid of the using class iterators and use Collection foreach
|
void |
retainMetaData(String metaFieldName)
Tells the Dictionary to retain specific bits of metadata for each
entry in the Dictionary.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, getEntries
protected Iterator<String> getMetaFieldNames()
public void retainMetaData(String metaFieldName)
retainMetaData
in interface Dictionary
metaFieldName
- Name specific to Dictionary implementation.Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.