Package net.didion.jwnl.dictionary
Class POSKey
- java.lang.Object
-
- net.didion.jwnl.dictionary.POSKey
-
public class POSKey extends Object
A cache key consists of aPOS
and an object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Object
getKey()
POS
getPOS()
int
hashCode()
boolean
isLemmaKey()
boolean
isOffsetKey()
String
toString()
-