public class DocGen.PresentationNameComparator extends Object implements Comparator
| Modifier and Type | Field and Description |
|---|---|
protected DocGen |
docGen |
protected KB |
kb |
| Constructor and Description |
|---|
PresentationNameComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object o1,
Object o2) |
boolean |
equals(Object obj) |
DocGen |
getDocGen() |
KB |
getKB() |
int |
hashCode()
should never be called so throw an error.
|
void |
setDocGen(DocGen gen) |
void |
setKB(KB kbObj) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic DocGen getDocGen()
public void setDocGen(DocGen gen)
public KB getKB()
public void setKB(KB kbObj)
public int compare(Object o1, Object o2)
compare in interface Comparatorpublic boolean equals(Object obj)
equals in interface Comparatorequals in class ObjectCopyright © 2015. All rights reserved.