Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- See Also:
-
Constructor Summary
ConstructorDescriptionAntProjectPropertiesDelegate
(Map<? extends String, ?> t) AntProjectPropertiesDelegate
(org.apache.tools.ant.Project project) -
Method Summary
Methods inherited from class java.util.Hashtable
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
-
Constructor Details
-
AntProjectPropertiesDelegate
public AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) -
AntProjectPropertiesDelegate
-
-
Method Details
-
hashCode
public int hashCode() -
size
public int size() -
clear
public void clear() -
isEmpty
public boolean isEmpty() -
clone
-
contains
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classHashtable<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classHashtable<String,
Object>
-
equals
-
toString
-
values
-
elements
-
keys
-
putAll
-
entrySet
-
keySet
-
get
-
remove
-
put
-