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