|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Jdi.Count1fJdComparator<T>
public class Count1fJdComparator<T>
This class provides methods to compare Jd Score records (Count1f).
History:
Field Summary | |
---|---|
static int |
BY_COUNT1
|
static int |
BY_DC
|
static int |
BY_DC_NAME
|
static int |
BY_ID
|
static int |
BY_NAME
|
Constructor Summary | |
---|---|
Count1fJdComparator()
|
Method Summary | |
---|---|
int |
compare(T o1,
T o2)
This method compare two Count1f objects by the specified compare flag. |
void |
SetCompareFlag(int flag)
Set the comparing flag |
void |
SetJournalDescriptors(JournalDescriptors jds)
Set the Journal Descriptors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
public static final int BY_ID
public static final int BY_NAME
public static final int BY_DC
public static final int BY_COUNT1
public static final int BY_DC_NAME
Constructor Detail |
---|
public Count1fJdComparator()
Method Detail |
---|
public int compare(T o1, T o2)
compare
in interface java.util.Comparator<T>
o1
- the first Count1f object to be comparedo2
- the second Count1f object to be compared
public void SetCompareFlag(int flag)
flag
- comparing flag: BY_ID|BY_NAME|BY_DC|BY_COUNT1|BY_DC_NAMEpublic void SetJournalDescriptors(JournalDescriptors jds)
jds
- Journal descriptors
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |