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

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

class PropertyGroups.PropertyKeysEnum
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.PropertyKeysEnum()
          Constructor for the PropertyKeysEnum 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.PropertyKeysEnum

public PropertyGroups.PropertyKeysEnum()
Constructor for the PropertyKeysEnum 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