public static enum RangeIterator.Builder.IteratorType extends java.lang.Enum<RangeIterator.Builder.IteratorType>
Enum Constant and Description |
---|
INTERSECTION |
UNION |
Modifier and Type | Method and Description |
---|---|
static RangeIterator.Builder.IteratorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RangeIterator.Builder.IteratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RangeIterator.Builder.IteratorType UNION
public static final RangeIterator.Builder.IteratorType INTERSECTION
public static RangeIterator.Builder.IteratorType[] values()
for (RangeIterator.Builder.IteratorType c : RangeIterator.Builder.IteratorType.values()) System.out.println(c);
public static RangeIterator.Builder.IteratorType 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 nullCopyright © 2020 The Apache Software Foundation