java.util.Enumeration<K>public class EmptyEnumeration<K>
extends java.lang.Object
implements java.util.Enumeration<K>
| Modifier and Type | Field | Description | 
|---|---|---|
| static java.util.Enumeration | INSTANCE | 
| Constructor | Description | 
|---|---|
| EmptyEnumeration() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | hasMoreElements() | |
| K | nextElement() |