public class AntProjectPropertiesDelegate extends Hashtable
Constructor and description |
---|
AntProjectPropertiesDelegate
(Project project) |
AntProjectPropertiesDelegate
(Map t) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
clear()
|
|
public Object |
clone() |
|
public boolean |
contains(Object value) |
|
public boolean |
containsKey(Object key) |
|
public boolean |
containsValue(Object value) |
|
public Enumeration |
elements() |
|
public Set |
entrySet() |
|
public boolean |
equals(Object o) |
|
public Object |
get(Object key) |
|
public int |
hashCode() |
|
public boolean |
isEmpty() |
|
public Set |
keySet() |
|
public Enumeration |
keys() |
|
public Object |
put(Object key, Object value) |
|
public void |
putAll(Map t) |
|
public Object |
remove(Object key)
|
|
public int |
size() |
|
public String |
toString() |
|
public Collection |
values() |
Methods inherited from class | Name |
---|---|
class Hashtable |
remove, remove, get, put, equals, toString, values, hashCode, clone, clear, isEmpty, replace, replace, replaceAll, size, contains, elements, merge, entrySet, putAll, putIfAbsent, compute, forEach, containsKey, computeIfAbsent, keys, keySet, containsValue, getOrDefault, computeIfPresent, wait, wait, wait, getClass, notify, notifyAll |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.