public class AntProjectPropertiesDelegate extends Hashtable
Constructor and Description |
---|
AntProjectPropertiesDelegate(Map t) |
AntProjectPropertiesDelegate(org.apache.tools.ant.Project project) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Enumeration |
elements() |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration |
keys() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
int |
size() |
String |
toString() |
Collection |
values() |
public AntProjectPropertiesDelegate(org.apache.tools.ant.Project project)
public AntProjectPropertiesDelegate(Map t)
public int hashCode()
public void clear()
clear
in interface Map
clear
in class Hashtable
UnsupportedOperationException
- is always thrown when this method is invoked. The Project properties are immutable.public boolean isEmpty()
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class Hashtable
public boolean containsValue(Object value)
containsValue
in interface Map
containsValue
in class Hashtable
public boolean equals(Object o)
public Collection values()
public Enumeration elements()
public Enumeration keys()
public void putAll(Map t)
public Set entrySet()
public Set keySet()
public Object remove(Object key)
remove
in interface Map
remove
in class Hashtable
UnsupportedOperationException
- is always thrown when this method is invoked. The Project properties are immutable.