public class AntProjectPropertiesDelegate extends Hashtable
| Constructor and description | 
|---|
| AntProjectPropertiesDelegate(Project project) | 
| AntProjectPropertiesDelegate(Map<? extends String, ?> 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<Object> | elements() | 
|  | public Set<Map.Entry<String, Object>> | entrySet() | 
|  | public boolean | equals(Object o) | 
|  | public Object | get(Object key) | 
|  | public int | hashCode() | 
|  | public boolean | isEmpty() | 
|  | public Set<String> | keySet() | 
|  | public Enumeration<String> | keys() | 
|  | public Object | put(String key, Object value) | 
|  | public void | putAll(Map<? extends String, ?> t) | 
|  | public Object | remove(Object key)
 | 
|  | public int | size() | 
|  | public String | toString() | 
|  | public Collection<Object> | 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-2022 The Apache Software Foundation. All rights reserved.