de.smartics.properties.spi.config.support
Class PropertiesPropertyCollection

Package class diagram package PropertiesPropertyCollection
java.lang.Object
  extended by 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.


Constructor Summary
PropertiesPropertyCollection(Collection<Properties> properties)
          Constructor to add properties via a collection.
PropertiesPropertyCollection(Properties... properties)
          Constructor to add properties.
 
Method Summary
 Iterator<Property> iterator()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.