mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 01:59:08 +00:00
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:
parent
076c6b723c
commit
0d49f31370
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user