MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / Hashtable

Class Hashtable

runt/apis/cldc-compact/java/util/Hashtable.java:13–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11package java.util;
12
13public 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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected