Nickelgrass Active Member Licensed User Longtime User Jun 1, 2022 #1 Hello, I tested this but I was just wondering if anything terrible could happen if I remove a key from a map that does not exist. Like for example removing the same key two times. Thanks
Hello, I tested this but I was just wondering if anything terrible could happen if I remove a key from a map that does not exist. Like for example removing the same key two times. Thanks
S Spavlyuk Active Member Licensed User Longtime User Jun 1, 2022 #2 Remove (Key As Object) As ObjectRemoves the item with the given key, if such exists. Returns the item removed or null if no matching item was found. Click to expand... From: https://www.b4x.com/android/help/collections.html#map_remove Upvote 1
Remove (Key As Object) As ObjectRemoves the item with the given key, if such exists. Returns the item removed or null if no matching item was found. Click to expand... From: https://www.b4x.com/android/help/collections.html#map_remove