Complete javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-01-21 12:37:32 +00:00
parent 076c6b723c
commit 0d49f31370
1 changed files with 3 additions and 0 deletions

View File

@ -478,6 +478,8 @@ public class ExtendedProperties extends Hashtable<String, Object> {
/**
* Indicate to client code whether property
* resources have been initialized or not.
*
* @return if this instance has already been initialized
*/
public boolean isInitialized() {
return isInitialized;
@ -964,6 +966,7 @@ public class ExtendedProperties extends Hashtable<String, Object> {
* configuration key.
*
* @param key The configuration key.
* @param defaults The default properties used to initialize the returned object
* @return The associated properties if key is found.
* @throws ClassCastException is thrown if the key maps to an
* object that is not a String/List.