public static enum LookupUtils.SearchMode extends java.lang.Enum<LookupUtils.SearchMode>
Enum Constant and Description |
---|
BinarySearchBackward |
BinarySearchForward |
IterateBackward |
IterateForward |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
static LookupUtils.SearchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LookupUtils.SearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupUtils.SearchMode IterateForward
public static final LookupUtils.SearchMode IterateBackward
public static final LookupUtils.SearchMode BinarySearchForward
public static final LookupUtils.SearchMode BinarySearchBackward
public static LookupUtils.SearchMode[] values()
for (LookupUtils.SearchMode c : LookupUtils.SearchMode.values()) System.out.println(c);
public static LookupUtils.SearchMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getIntValue()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.