org.apache.jcs.utils.data
Class PropertyGroups.SimpleKeysEnum

java.lang.Object
  extended byorg.apache.jcs.utils.data.PropertyGroups.SimpleKeysEnum
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
PropertyGroups

class PropertyGroups.SimpleKeysEnum
extends java.lang.Object
implements java.util.Enumeration

Description of the Class

Author:
asmuts

Field Summary
(package private)  java.util.Enumeration baseEnum
           
(package private)  int howMany
           
 
Constructor Summary
PropertyGroups.SimpleKeysEnum()
          Constructor for the SimpleKeysEnum object
 
Method Summary
 boolean hasMoreElements()
          Description of the Method
 java.lang.Object nextElement()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

howMany

int howMany

baseEnum

java.util.Enumeration baseEnum
Constructor Detail

PropertyGroups.SimpleKeysEnum

public PropertyGroups.SimpleKeysEnum()
Constructor for the SimpleKeysEnum object

Method Detail

hasMoreElements

public boolean hasMoreElements()
Description of the Method

Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Description of the Method

Specified by:
nextElement in interface java.util.Enumeration