MCPcopy Create free account
hub / github.com/ReadyTalk/avian / keys

Method keys

classpath/java/util/Hashtable.java:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public Enumeration<K> keys() {
72 return new Collections.IteratorEnumeration(keySet().iterator());
73 }
74
75 public Enumeration<V> elements() {
76 return new Collections.IteratorEnumeration(values().iterator());

Callers 2

propertyNamesMethod · 0.45
getKeysMethod · 0.45

Calls 2

keySetMethod · 0.95
iteratorMethod · 0.65

Tested by

no test coverage detected