public class KeywordData extends Object implements Comparator<KeywordData>, Comparable<KeywordData>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KeywordData.Comparators |
| Constructor and Description |
|---|
KeywordData() |
KeywordData(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(KeywordData cmemsKeywordData1,
KeywordData cmemsKeywordData2) |
int |
compareTo(KeywordData cmemsKeywordData) |
String |
getName() |
void |
setName(String name) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic KeywordData()
public KeywordData(String name)
public String getName()
public void setName(String name)
public int compare(KeywordData cmemsKeywordData1, KeywordData cmemsKeywordData2)
compare in interface Comparator<KeywordData>public int compareTo(KeywordData cmemsKeywordData)
compareTo in interface Comparable<KeywordData>Copyright © 2018. All Rights Reserved.