private static enum TestRadixsort.Ziffern extends java.lang.Enum<TestRadixsort.Ziffern>
| Modifier and Type | Method and Description |
|---|---|
static TestRadixsort.Ziffern |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestRadixsort.Ziffern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRadixsort.Ziffern EINS
public static final TestRadixsort.Ziffern ZWEI
public static final TestRadixsort.Ziffern DREI
public static final TestRadixsort.Ziffern VIER
public static final TestRadixsort.Ziffern FUENF
public static TestRadixsort.Ziffern[] values()
for (TestRadixsort.Ziffern c : TestRadixsort.Ziffern.values()) System.out.println(c);
public static TestRadixsort.Ziffern 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 null