| 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, isEmpty, replace, replace, contains, replaceAll, elements, size, merge, entrySet, putAll, putIfAbsent, compute, forEach, containsKey, computeIfAbsent, keys, containsValue, keySet, getOrDefault, computeIfPresent, wait, wait, wait, getClass, notify, notifyAll | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.