Package org.codehaus.groovy.ant
Class AntProjectPropertiesDelegate
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<String,Object>
-
- org.codehaus.groovy.ant.AntProjectPropertiesDelegate
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
public class AntProjectPropertiesDelegate extends Hashtable<String,Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AntProjectPropertiesDelegate(Map<? extends String,?> t)AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Objectclone()booleancontains(Object value)booleancontainsKey(Object key)booleancontainsValue(Object value)Enumeration<Object>elements()Set<Map.Entry<String,Object>>entrySet()booleanequals(Object o)Objectget(Object key)inthashCode()booleanisEmpty()Enumeration<String>keys()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map<? extends String,?> t)Objectremove(Object key)intsize()StringtoString()Collection<Object>values()-
Methods inherited from class java.util.Hashtable
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
size
public int size()
-
clear
public void clear()
-
isEmpty
public boolean isEmpty()
-
contains
public boolean contains(Object value)
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classHashtable<String,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<String,Object>- Overrides:
containsValuein classHashtable<String,Object>
-
equals
public boolean equals(Object o)
-
values
public Collection<Object> values()
-
elements
public Enumeration<Object> elements()
-
-