fr.dyade.aaa.common.stream
Class Properties.EmptyEnumerator

java.lang.Object
  extended by fr.dyade.aaa.common.stream.Properties.EmptyEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
Properties

private static class Properties.EmptyEnumerator
extends java.lang.Object
implements java.util.Enumeration

A hashtable enumerator class for empty hash tables, specializes the general Enumerator


Constructor Summary
Properties.EmptyEnumerator()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties.EmptyEnumerator

Properties.EmptyEnumerator()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.