public static class Lexicon.LexiconFileEntry<KEY2> extends Object implements Map.Entry<KEY2,LexiconEntry>
Constructor and Description |
---|
LexiconFileEntry(KEY2 k,
LexiconEntry v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
KEY2 |
getKey() |
LexiconEntry |
getValue() |
int |
hashCode() |
LexiconEntry |
setValue(LexiconEntry v) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public LexiconFileEntry(KEY2 k, LexiconEntry v)
public int hashCode()
public LexiconEntry setValue(LexiconEntry v)
setValue
in interface Map.Entry<KEY2,LexiconEntry>
public KEY2 getKey()
getKey
in interface Map.Entry<KEY2,LexiconEntry>
public LexiconEntry getValue()
getValue
in interface Map.Entry<KEY2,LexiconEntry>
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow