Skip to content

Commit

Permalink
add java.utils.Arrays#deepToString EEA (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Thomschke <sebthom@users.noreply.github.com>

Signed-off-by: Sebastian Thomschke <sebthom@users.noreply.github.com>
Co-authored-by: J-N-K <jan.n.klug@rub.de>
  • Loading branch information
sebthom and J-N-K committed Aug 17, 2022
1 parent b39698e commit 4d3833b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/java/java/util/Arrays.eea
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ class java/util/Arrays
asList
<T:Ljava/lang/Object;>([TT;)Ljava/util/List<TT;>;
<T:Ljava/lang/Object;>([TT;)L1java/util/List<TT;>;
deepToString
([Ljava/lang/Object;)Ljava/lang/String;
([Ljava/lang/Object;)L1java/lang/String;
stream
([D)Ljava/util/stream/DoubleStream;
([D)L1java/util/stream/DoubleStream;
Expand Down

0 comments on commit 4d3833b

Please sign in to comment.