MCPcopy Create free account
hub / github.com/bcgit/bc-java / get

Method get

core/src/main/jdk1.1/java/util/Map.java:26–26  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

24 public boolean containsKey(Object Key) throws ClassCastException,NullPointerException;
25 public boolean containsValue(Object value);
26 public Object get(Object key)throws ClassCastException,NullPointerException;
27 public Object put(Object key,Object value)throws UnsupportedOperationException, ClassCastException,IllegalArgumentException,NullPointerException;
28 public Object remove(Object key)throws UnsupportedOperationException;
29 public void putAll(Map t)throws UnsupportedOperationException, ClassCastException,IllegalArgumentException,NullPointerException;

Callers 15

lookupPropertyMethod · 0.95
getPropertyValueMethod · 0.95
lookupPropertyMethod · 0.95
testSecretTreeMethod · 0.65
testTreeKEMMethod · 0.65
initRatchetsMethod · 0.65
handshakeRatchetMethod · 0.65
applicationRatchetMethod · 0.65
getMethod · 0.65
getMethod · 0.65
eraseMethod · 0.65
loadGroupMethod · 0.65

Implementers 4

AbstractMapcore/src/main/jdk1.1/java/util/Abstrac
UnmodifiableMapcore/src/main/jdk1.1/java/util/Collect
AbstractMapcore/src/main/j2me/java/util/AbstractM
UnmodifiableMapcore/src/main/j2me/java/util/Collectio

Calls

no outgoing calls

Tested by 15

testSecretTreeMethod · 0.52
testTreeKEMMethod · 0.52
testVectorsMethod · 0.52
createTestVectorDataMethod · 0.52
performTestMethod · 0.52
additionalInputMethod · 0.52
testHashRandomMethod · 0.52
testHMACRandomMethod · 0.52
testCTRRandomMethod · 0.52
createTestVectorDataMethod · 0.52
performTestMethod · 0.52
createTestVectorDataMethod · 0.52