client_plugin_logic_deb 1.8.365 → 1.8.367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1042,6 +1042,15 @@ if (typeof String.prototype.endsWith === 'undefined') {
1042
1042
  }
1043
1043
  return optimizeReadOnlyList(list);
1044
1044
  }
1045
+ function toMutableSet(_this__u8e3s4) {
1046
+ var tmp;
1047
+ if (isInterface(_this__u8e3s4, Collection)) {
1048
+ tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
1049
+ } else {
1050
+ tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
1051
+ }
1052
+ return tmp;
1053
+ }
1045
1054
  function minus(_this__u8e3s4, element) {
1046
1055
  var result = ArrayList_init_$Create$_0(collectionSizeOrDefault(_this__u8e3s4, 10));
1047
1056
  var removed = false;
@@ -1100,15 +1109,6 @@ if (typeof String.prototype.endsWith === 'undefined') {
1100
1109
  return iterator.n();
1101
1110
  }
1102
1111
  }
1103
- function toMutableSet(_this__u8e3s4) {
1104
- var tmp;
1105
- if (isInterface(_this__u8e3s4, Collection)) {
1106
- tmp = LinkedHashSet_init_$Create$_0(_this__u8e3s4);
1107
- } else {
1108
- tmp = toCollection_0(_this__u8e3s4, LinkedHashSet_init_$Create$());
1109
- }
1110
- return tmp;
1111
- }
1112
1112
  function average(_this__u8e3s4) {
1113
1113
  var sum = 0.0;
1114
1114
  var count = 0;