de.smartics.properties.spi.config.support
Class PropertiesPropertyCollection
java.lang.Object
de.smartics.properties.spi.config.support.PropertiesPropertyCollection
-
All Implemented Interfaces:
-
PropertyCollection,
Iterable<
Property>
-
@NotThreadSafe
public final class PropertiesPropertyCollection
-
extends
Object
-
implements
PropertyCollection
Implementation of PropertyCollection
based on properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesPropertyCollection
public PropertiesPropertyCollection(Collection<Properties> properties)
-
Constructor to add properties via a collection.
-
Parameters:
-
properties
- the properties to iterate over.
PropertiesPropertyCollection
public PropertiesPropertyCollection(Properties... properties)
-
Constructor to add properties.
-
Parameters:
-
properties
- the properties to iterate over.
iterator
public Iterator<Property> iterator()
-
-
-
Specified by:
-
iterator
in interface
Iterable<Property>
-
-
See Also:
-
Iterable.iterator()
Copyright © 2012-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.