|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyCollection
Models a collection of properties as String
keys and values to iterate over.
Property
Method Summary | |
---|---|
void |
close() Releases all resources used by this collection. |
Iterator<Property> |
iterator() Returns an iterator over a set of properties. |
Method Detail |
---|
void close()
Iterator<Property> iterator()
Please note that an implementation may require to call close()
after iterating over the values. The client calling iterator()
is responsible for closing the collection.
iterator
in interface
Iterable<Property>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |