org.apache.commons.configuration
Class ConfigurationMap.ConfigurationSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byorg.apache.commons.configuration.ConfigurationMap.ConfigurationSet
All Implemented Interfaces:
Collection, Set
Enclosing class:
ConfigurationMap

static class ConfigurationMap.ConfigurationSet
extends AbstractSet


Constructor Summary
(package private) ConfigurationMap.ConfigurationSet(Configuration configuration)
           
 
Method Summary
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

ConfigurationMap.ConfigurationSet

ConfigurationMap.ConfigurationSet(Configuration configuration)
Method Detail

size

public int size()
See Also:
Collection.size()

iterator

public Iterator iterator()
See Also:
Collection.iterator()


Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.