| 11 | package java.util; |
| 12 | |
| 13 | public class Hashtable<K, V> |
| 14 | implements Map<K, V>, Cloneable |
| 15 | { |
| 16 | public Hashtable(int __a, float __b) |
| 17 | { |
| 18 | super(); |
| 19 | throw new todo.TODO(); |
| 20 | } |
| 21 | |
| 22 | public Hashtable(int __a) |
| 23 | { |
| 24 | super(); |
| 25 | throw new todo.TODO(); |
| 26 | } |
| 27 | |
| 28 | public Hashtable() |
| 29 | { |
| 30 | super(); |
| 31 | throw new todo.TODO(); |
| 32 | } |
| 33 | |
| 34 | public Hashtable(Map<? extends K, ? extends V> __a) |
| 35 | { |
| 36 | super(); |
| 37 | throw new todo.TODO(); |
| 38 | } |
| 39 | |
| 40 | public void clear() |
| 41 | { |
| 42 | synchronized (this) |
| 43 | { |
| 44 | throw new todo.TODO(); |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | @Override |
| 49 | public Object clone() |
| 50 | { |
| 51 | synchronized (this) |
| 52 | { |
| 53 | throw new todo.TODO(); |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | public boolean contains(Object __a) |
| 58 | { |
| 59 | synchronized (this) |
| 60 | { |
| 61 | throw new todo.TODO(); |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | public boolean containsKey(Object __a) |
| 66 | { |
| 67 | synchronized (this) |
| 68 | { |
| 69 | throw new todo.TODO(); |
| 70 | } |
nothing calls this directly
no outgoing calls
no test coverage detected