Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- java.lang.Object
- 
- java.util.Dictionary<K,V>
- 
- java.util.Hashtable
- 
- org.codehaus.groovy.ant.AntProjectPropertiesDelegate
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map
 
 public class AntProjectPropertiesDelegate extends Hashtable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AntProjectPropertiesDelegate(Map t)AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Objectclone()booleancontains(Object value)booleancontainsKey(Object key)booleancontainsValue(Object value)Enumerationelements()SetentrySet()booleanequals(Object o)Objectget(Object key)inthashCode()booleanisEmpty()Enumerationkeys()SetkeySet()Objectput(Object key, Object value)voidputAll(Map t)Objectremove(Object key)intsize()StringtoString()Collectionvalues()- 
Methods inherited from class java.util.Hashtablecompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Constructor Detail- 
AntProjectPropertiesDelegatepublic AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) 
 - 
AntProjectPropertiesDelegatepublic AntProjectPropertiesDelegate(Map t) 
 
- 
 - 
Method Detail- 
hashCodepublic int hashCode() 
 - 
clearpublic void clear() - Specified by:
- clearin interface- Map
- Overrides:
- clearin class- Hashtable
- Throws:
- UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
 
 - 
isEmptypublic boolean isEmpty() 
 - 
containsKeypublic boolean containsKey(Object key) - Specified by:
- containsKeyin interface- Map
- Overrides:
- containsKeyin class- Hashtable
 
 - 
containsValuepublic boolean containsValue(Object value) - Specified by:
- containsValuein interface- Map
- Overrides:
- containsValuein class- Hashtable
 
 - 
equalspublic boolean equals(Object o) 
 - 
valuespublic Collection values() 
 - 
elementspublic Enumeration elements() 
 - 
keyspublic Enumeration keys() 
 - 
putAllpublic void putAll(Map t) 
 - 
entrySetpublic Set entrySet() 
 - 
keySetpublic Set keySet() 
 - 
removepublic Object remove(Object key) - Specified by:
- removein interface- Map
- Overrides:
- removein class- Hashtable
- Throws:
- UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
 
 
- 
 
-