Package fr.dyade.aaa.common.stream
Class Properties.EmptyEnumerator
- java.lang.Object
-
- fr.dyade.aaa.common.stream.Properties.EmptyEnumerator
-
- All Implemented Interfaces:
Enumeration
- Enclosing class:
- Properties
private static class Properties.EmptyEnumerator extends Object implements Enumeration
A hashtable enumerator class for empty hash tables, specializes the general Enumerator
-
-
Constructor Summary
Constructors Constructor Description EmptyEnumerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()ObjectnextElement()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfaceEnumeration
-
nextElement
public Object nextElement()
- Specified by:
nextElementin interfaceEnumeration
-
-