MCPcopy Create free account
hub / github.com/dariuszseweryn/RxAndroidBle / size

Method size

rxandroidble/src/test/java/android/os/Bundle.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 return mMap.keySet();
45 }
46 public int size() {
47 return mMap.size();
48 }
49 public void remove(String key) {
50 mMap.remove(key);
51 }

Calls

no outgoing calls

Tested by

no test coverage detected