|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EntryIndexComparator.Compare>
gov.sandia.cognition.math.matrix.EntryIndexComparator.Compare
public static enum EntryIndexComparator.Compare
Indicates which of two iterators has the lowest index
Enum Constant Summary | |
---|---|
BOTH_ENTRIES_NULL
both entries are null |
|
ENTRIES_EQUAL
both iterators are equally indexed |
|
FIRST_ENTRY_NULL
first entry is null |
|
FIRST_LOWEST
first iterator has lowest index |
|
SECOND_ENTRY_NULL
second entry is null |
|
SECOND_LOWEST
second iterator has lowest index |
Method Summary | |
---|---|
static EntryIndexComparator.Compare |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EntryIndexComparator.Compare[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EntryIndexComparator.Compare FIRST_LOWEST
public static final EntryIndexComparator.Compare SECOND_LOWEST
public static final EntryIndexComparator.Compare ENTRIES_EQUAL
public static final EntryIndexComparator.Compare BOTH_ENTRIES_NULL
public static final EntryIndexComparator.Compare FIRST_ENTRY_NULL
public static final EntryIndexComparator.Compare SECOND_ENTRY_NULL
Method Detail |
---|
public static EntryIndexComparator.Compare[] values()
for (EntryIndexComparator.Compare c : EntryIndexComparator.Compare.values()) System.out.println(c);
public static EntryIndexComparator.Compare valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |