Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- All Implemented Interfaces:
 Serializable,Cloneable,Map<String,Object> 
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAntProjectPropertiesDelegate(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:
 containsKeyin interfaceMap<String,Object> - Overrides:
 containsKeyin classHashtable<String,Object> 
 - 
containsValue
- Specified by:
 containsValuein interfaceMap<String,Object> - Overrides:
 containsValuein classHashtable<String,Object> 
 - 
equals
 - 
toString
 - 
values
 - 
elements
 - 
keys
 - 
putAll
 - 
entrySet
 - 
keySet
 - 
get
 - 
remove
 - 
put
 
 -