File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4742,6 +4742,10 @@ public final class org/jetbrains/kotlinx/dataframe/columns/ColumnPath : java/uti
47424742 public fun add (Ljava/lang/String;)Z
47434743 public fun addAll (ILjava/util/Collection;)Z
47444744 public fun addAll (Ljava/util/Collection;)Z
4745+ public synthetic fun addFirst (Ljava/lang/Object;)V
4746+ public fun addFirst (Ljava/lang/String;)V
4747+ public synthetic fun addLast (Ljava/lang/Object;)V
4748+ public fun addLast (Ljava/lang/String;)V
47454749 public fun clear ()V
47464750 public final fun component1 ()Ljava/util/List;
47474751 public final fun contains (Ljava/lang/Object;)Z
@@ -4785,6 +4789,10 @@ public final class org/jetbrains/kotlinx/dataframe/columns/ColumnPath : java/uti
47854789 public fun remove (I)Ljava/lang/String;
47864790 public fun remove (Ljava/lang/Object;)Z
47874791 public fun removeAll (Ljava/util/Collection;)Z
4792+ public synthetic fun removeFirst ()Ljava/lang/Object;
4793+ public fun removeFirst ()Ljava/lang/String;
4794+ public synthetic fun removeLast ()Ljava/lang/Object;
4795+ public fun removeLast ()Ljava/lang/String;
47884796 public synthetic fun rename (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/columns/ColumnAccessor;
47894797 public fun rename (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/columns/ColumnPath;
47904798 public synthetic fun rename (Ljava/lang/String;)Lorg/jetbrains/kotlinx/dataframe/columns/ColumnReference;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ sl4j = "2.0.16"
4040junit = " 4.13.2"
4141junit-jupiter = " 5.11.3"
4242junit-platform = " 1.11.3"
43- kotestAsserions = " 6.0.0.M2 "
43+ kotestAsserions = " 6.0.0.M1 "
4444
4545jsoup = " 1.18.3"
4646arrow = " 18.1.0"
You can’t perform that action at this time.
0 commit comments