|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.support.MappedPropertyCollection
@NotThreadSafe public final class MappedPropertyCollection
Implementation of PropertyCollection
based on a Map
.
Constructor Summary | |
---|---|
MappedPropertyCollection(Collection<Map<String,String>> properties) Constructor to add properties via a collection. |
|
MappedPropertyCollection(Map<String,String>... properties) Constructor to add properties. |
|
MappedPropertyCollection(Map<String,String> 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 |
---|
public MappedPropertyCollection(Collection<Map<String,String>> properties)
The contents of the properties
are added. The client may use the properties
continuously for other purposes since no reference is held to any of the properties
after the call.
properties
- the properties to iterate over.
public MappedPropertyCollection(Map<String,String> properties)
The contents of the properties
is added. The client may use the properties
continuously for other purposes since no reference is held to the properties
after the call.
properties
- the properties to iterate over.
public MappedPropertyCollection(Map<String,String>... properties)
The contents of the properties
are added. The client may use the properties
continuously for other purposes since no reference is held to any of the properties
after the call.
properties
- the properties to iterate over.
Method Detail |
---|
public Iterator<Property> iterator()
iterator
in interface
Iterable<Property>
Iterable.iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |