net.didion.jwnl.dictionary
Class POSKey
java.lang.Object
net.didion.jwnl.dictionary.POSKey
- public class POSKey
- extends java.lang.Object
A cache key consists of a POS and an object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
POSKey
public POSKey(POS pos,
java.lang.String lemma)
POSKey
public POSKey(POS pos,
long offset)
equals
public boolean equals(java.lang.Object object)
getPOS
public POS getPOS()
getKey
public java.lang.Object getKey()
isLemmaKey
public boolean isLemmaKey()
isOffsetKey
public boolean isOffsetKey()
hashCode
public int hashCode()
toString
public java.lang.String toString()
JWNL homepage.