Skip to content

Commit

Permalink
Dump new api
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Dec 3, 2023
1 parent 66e6dc6 commit 6a3c7e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public final class co/touchlab/stately/collections/ConcurrentMutableMap : java/u
public fun put (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
public fun putAll (Ljava/util/Map;)V
public fun remove (Ljava/lang/Object;)Ljava/lang/Object;
public final fun safeComputeIfAbsent (Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Ljava/lang/Object;
public final fun size ()I
public final fun values ()Ljava/util/Collection;
}
Expand Down

0 comments on commit 6a3c7e8

Please sign in to comment.