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 | clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getClass, getOrDefault, hashCode, isEmpty, keySet, keys, merge, notify, notifyAll, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values, wait, wait, wait | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.