Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<String,- Object> 
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAntProjectPropertiesDelegate(Map<? extends String, ?> t) AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) 
- 
Method SummaryMethods inherited from class java.util.Hashtablecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
- 
Constructor Details- 
AntProjectPropertiesDelegatepublic AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) 
- 
AntProjectPropertiesDelegate
 
- 
- 
Method Details- 
hashCodepublic int hashCode()
- 
sizepublic int size()
- 
clearpublic void clear()
- 
isEmptypublic boolean isEmpty()
- 
clone
- 
contains
- 
containsKey- Specified by:
- containsKeyin interface- Map<String,- Object> 
- Overrides:
- containsKeyin class- Hashtable<String,- Object> 
 
- 
containsValue- Specified by:
- containsValuein interface- Map<String,- Object> 
- Overrides:
- containsValuein class- Hashtable<String,- Object> 
 
- 
equals
- 
toString
- 
values
- 
elements
- 
keys
- 
putAll
- 
entrySet
- 
keySet
- 
get
- 
remove
- 
put
 
-