public static enum UnmodIterator.UnIterator extends Enum<UnmodIterator.UnIterator> implements UnmodIterator<Object>
UnmodIterator.emptyUnmodIterator() insteadUnmodIterator.UnIterator| Enum Constant and Description |
|---|
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static UnmodIterator.UnIterator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnmodIterator.UnIterator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfemptyUnmodIterator, removeforEachRemaining, hasNext, nextpublic static final UnmodIterator.UnIterator EMPTY
public static UnmodIterator.UnIterator[] values()
for (UnmodIterator.UnIterator c : UnmodIterator.UnIterator.values()) System.out.println(c);
public static UnmodIterator.UnIterator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.