Package banner.postprocessing
Class ExtractAbbrev.AbbreviationPair
- java.lang.Object
-
- banner.postprocessing.ExtractAbbrev.AbbreviationPair
-
- Enclosing class:
- ExtractAbbrev
public class ExtractAbbrev.AbbreviationPair extends Object
-
-
Constructor Summary
Constructors Constructor Description AbbreviationPair(String shortForm, String longForm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected StringgetLongForm()protected StringgetShortForm()inthashCode()StringtoString()
-