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 Summary
Constructors Constructor Description AntProjectPropertiesDelegate(Map t)AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) -
Method Summary
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.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()- Specified by:
clearin interfaceMap- Overrides:
clearin classHashtable- Throws:
UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
-
isEmpty
public boolean isEmpty() -
clone
-
contains
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classHashtable
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classHashtable
-
equals
-
toString
-
values
-
elements
-
keys
-
putAll
-
entrySet
-
keySet
-
get
-
remove
- Specified by:
removein interfaceMap- Overrides:
removein classHashtable- Throws:
UnsupportedOperationException- is always thrown when this method is invoked. The Project properties are immutable.
-
put
-