@itwin/core-bentley 4.0.0-dev.6 → 4.0.0-dev.61

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.
Files changed (209) hide show
  1. package/CHANGELOG.md +29 -12
  2. package/lib/cjs/AccessToken.d.ts +10 -10
  3. package/lib/cjs/AccessToken.d.ts.map +1 -1
  4. package/lib/cjs/AccessToken.js +9 -9
  5. package/lib/cjs/Assert.d.ts +25 -25
  6. package/lib/cjs/Assert.js +45 -45
  7. package/lib/cjs/Assert.js.map +1 -1
  8. package/lib/cjs/BeEvent.d.ts +81 -81
  9. package/lib/cjs/BeEvent.d.ts.map +1 -1
  10. package/lib/cjs/BeEvent.js +156 -156
  11. package/lib/cjs/BeSQLite.d.ts +172 -170
  12. package/lib/cjs/BeSQLite.d.ts.map +1 -1
  13. package/lib/cjs/BeSQLite.js +185 -183
  14. package/lib/cjs/BeSQLite.js.map +1 -1
  15. package/lib/cjs/BentleyError.d.ts +378 -378
  16. package/lib/cjs/BentleyError.d.ts.map +1 -1
  17. package/lib/cjs/BentleyError.js +703 -702
  18. package/lib/cjs/BentleyError.js.map +1 -1
  19. package/lib/cjs/BentleyLoggerCategory.d.ts +11 -11
  20. package/lib/cjs/BentleyLoggerCategory.js +19 -19
  21. package/lib/cjs/ByteStream.d.ts +110 -110
  22. package/lib/cjs/ByteStream.js +159 -159
  23. package/lib/cjs/ClassUtils.d.ts +14 -14
  24. package/lib/cjs/ClassUtils.js +27 -27
  25. package/lib/cjs/Compare.d.ts +47 -47
  26. package/lib/cjs/Compare.d.ts.map +1 -1
  27. package/lib/cjs/Compare.js +75 -75
  28. package/lib/cjs/CompressedId64Set.d.ts +134 -134
  29. package/lib/cjs/CompressedId64Set.d.ts.map +1 -1
  30. package/lib/cjs/CompressedId64Set.js +428 -428
  31. package/lib/cjs/CompressedId64Set.js.map +1 -1
  32. package/lib/cjs/Dictionary.d.ts +125 -125
  33. package/lib/cjs/Dictionary.js +203 -203
  34. package/lib/cjs/Disposable.d.ts +80 -80
  35. package/lib/cjs/Disposable.d.ts.map +1 -1
  36. package/lib/cjs/Disposable.js +120 -120
  37. package/lib/cjs/Id.d.ts +285 -285
  38. package/lib/cjs/Id.d.ts.map +1 -1
  39. package/lib/cjs/Id.js +643 -643
  40. package/lib/cjs/IndexMap.d.ts +65 -65
  41. package/lib/cjs/IndexMap.js +91 -91
  42. package/lib/cjs/JsonSchema.d.ts +77 -77
  43. package/lib/cjs/JsonSchema.d.ts.map +1 -1
  44. package/lib/cjs/JsonSchema.js +9 -9
  45. package/lib/cjs/JsonUtils.d.ts +78 -78
  46. package/lib/cjs/JsonUtils.js +151 -151
  47. package/lib/cjs/LRUMap.d.ts +129 -129
  48. package/lib/cjs/LRUMap.js +333 -333
  49. package/lib/cjs/LRUMap.js.map +1 -1
  50. package/lib/cjs/Logger.d.ts +143 -143
  51. package/lib/cjs/Logger.d.ts.map +1 -1
  52. package/lib/cjs/Logger.js +256 -258
  53. package/lib/cjs/Logger.js.map +1 -1
  54. package/lib/cjs/ObservableSet.d.ts +23 -23
  55. package/lib/cjs/ObservableSet.js +51 -51
  56. package/lib/cjs/OneAtATimeAction.d.ts +31 -31
  57. package/lib/cjs/OneAtATimeAction.js +94 -94
  58. package/lib/cjs/OneAtATimeAction.js.map +1 -1
  59. package/lib/cjs/OrderedId64Iterable.d.ts +74 -74
  60. package/lib/cjs/OrderedId64Iterable.d.ts.map +1 -1
  61. package/lib/cjs/OrderedId64Iterable.js +235 -235
  62. package/lib/cjs/OrderedSet.d.ts +40 -40
  63. package/lib/cjs/OrderedSet.js +64 -64
  64. package/lib/cjs/PriorityQueue.d.ts +70 -70
  65. package/lib/cjs/PriorityQueue.d.ts.map +1 -1
  66. package/lib/cjs/PriorityQueue.js +140 -140
  67. package/lib/cjs/ProcessDetector.d.ts +59 -59
  68. package/lib/cjs/ProcessDetector.js +71 -71
  69. package/lib/cjs/SortedArray.d.ts +236 -232
  70. package/lib/cjs/SortedArray.d.ts.map +1 -1
  71. package/lib/cjs/SortedArray.js +315 -303
  72. package/lib/cjs/SortedArray.js.map +1 -1
  73. package/lib/cjs/StatusCategory.d.ts +30 -30
  74. package/lib/cjs/StatusCategory.d.ts.map +1 -1
  75. package/lib/cjs/StatusCategory.js +460 -460
  76. package/lib/cjs/StatusCategory.js.map +1 -1
  77. package/lib/cjs/StringUtils.d.ts +22 -22
  78. package/lib/cjs/StringUtils.js +148 -148
  79. package/lib/cjs/Time.d.ts +122 -122
  80. package/lib/cjs/Time.js +152 -152
  81. package/lib/cjs/Time.js.map +1 -1
  82. package/lib/cjs/Tracing.d.ts +40 -40
  83. package/lib/cjs/Tracing.js +127 -130
  84. package/lib/cjs/Tracing.js.map +1 -1
  85. package/lib/cjs/TupleKeyedMap.d.ts +36 -36
  86. package/lib/cjs/TupleKeyedMap.js +102 -102
  87. package/lib/cjs/TypedArrayBuilder.d.ts +155 -155
  88. package/lib/cjs/TypedArrayBuilder.d.ts.map +1 -1
  89. package/lib/cjs/TypedArrayBuilder.js +206 -208
  90. package/lib/cjs/TypedArrayBuilder.js.map +1 -1
  91. package/lib/cjs/UnexpectedErrors.d.ts +43 -43
  92. package/lib/cjs/UnexpectedErrors.d.ts.map +1 -1
  93. package/lib/cjs/UnexpectedErrors.js +68 -68
  94. package/lib/cjs/UnexpectedErrors.js.map +1 -1
  95. package/lib/cjs/UtilityTypes.d.ts +112 -96
  96. package/lib/cjs/UtilityTypes.d.ts.map +1 -1
  97. package/lib/cjs/UtilityTypes.js +40 -40
  98. package/lib/cjs/UtilityTypes.js.map +1 -1
  99. package/lib/cjs/YieldManager.d.ts +18 -18
  100. package/lib/cjs/YieldManager.js +34 -34
  101. package/lib/cjs/core-bentley.d.ts +74 -74
  102. package/lib/cjs/core-bentley.js +94 -90
  103. package/lib/cjs/core-bentley.js.map +1 -1
  104. package/lib/cjs/partitionArray.d.ts +21 -21
  105. package/lib/cjs/partitionArray.js +43 -43
  106. package/lib/esm/AccessToken.d.ts +10 -10
  107. package/lib/esm/AccessToken.d.ts.map +1 -1
  108. package/lib/esm/AccessToken.js +8 -8
  109. package/lib/esm/Assert.d.ts +25 -25
  110. package/lib/esm/Assert.js +41 -41
  111. package/lib/esm/Assert.js.map +1 -1
  112. package/lib/esm/BeEvent.d.ts +81 -81
  113. package/lib/esm/BeEvent.d.ts.map +1 -1
  114. package/lib/esm/BeEvent.js +150 -150
  115. package/lib/esm/BeSQLite.d.ts +172 -170
  116. package/lib/esm/BeSQLite.d.ts.map +1 -1
  117. package/lib/esm/BeSQLite.js +182 -180
  118. package/lib/esm/BeSQLite.js.map +1 -1
  119. package/lib/esm/BentleyError.d.ts +378 -378
  120. package/lib/esm/BentleyError.d.ts.map +1 -1
  121. package/lib/esm/BentleyError.js +699 -698
  122. package/lib/esm/BentleyError.js.map +1 -1
  123. package/lib/esm/BentleyLoggerCategory.d.ts +11 -11
  124. package/lib/esm/BentleyLoggerCategory.js +16 -16
  125. package/lib/esm/ByteStream.d.ts +110 -110
  126. package/lib/esm/ByteStream.js +155 -155
  127. package/lib/esm/ClassUtils.d.ts +14 -14
  128. package/lib/esm/ClassUtils.js +22 -22
  129. package/lib/esm/Compare.d.ts +47 -47
  130. package/lib/esm/Compare.d.ts.map +1 -1
  131. package/lib/esm/Compare.js +63 -63
  132. package/lib/esm/CompressedId64Set.d.ts +134 -134
  133. package/lib/esm/CompressedId64Set.d.ts.map +1 -1
  134. package/lib/esm/CompressedId64Set.js +423 -423
  135. package/lib/esm/CompressedId64Set.js.map +1 -1
  136. package/lib/esm/Dictionary.d.ts +125 -125
  137. package/lib/esm/Dictionary.js +199 -199
  138. package/lib/esm/Disposable.d.ts +80 -80
  139. package/lib/esm/Disposable.d.ts.map +1 -1
  140. package/lib/esm/Disposable.js +112 -112
  141. package/lib/esm/Id.d.ts +285 -285
  142. package/lib/esm/Id.d.ts.map +1 -1
  143. package/lib/esm/Id.js +639 -639
  144. package/lib/esm/IndexMap.d.ts +65 -65
  145. package/lib/esm/IndexMap.js +86 -86
  146. package/lib/esm/JsonSchema.d.ts +77 -77
  147. package/lib/esm/JsonSchema.d.ts.map +1 -1
  148. package/lib/esm/JsonSchema.js +8 -8
  149. package/lib/esm/JsonUtils.d.ts +78 -78
  150. package/lib/esm/JsonUtils.js +148 -148
  151. package/lib/esm/LRUMap.d.ts +129 -129
  152. package/lib/esm/LRUMap.js +326 -326
  153. package/lib/esm/LRUMap.js.map +1 -1
  154. package/lib/esm/Logger.d.ts +143 -143
  155. package/lib/esm/Logger.d.ts.map +1 -1
  156. package/lib/esm/Logger.js +253 -253
  157. package/lib/esm/Logger.js.map +1 -1
  158. package/lib/esm/ObservableSet.d.ts +23 -23
  159. package/lib/esm/ObservableSet.js +47 -47
  160. package/lib/esm/OneAtATimeAction.d.ts +31 -31
  161. package/lib/esm/OneAtATimeAction.js +89 -89
  162. package/lib/esm/OneAtATimeAction.js.map +1 -1
  163. package/lib/esm/OrderedId64Iterable.d.ts +74 -74
  164. package/lib/esm/OrderedId64Iterable.d.ts.map +1 -1
  165. package/lib/esm/OrderedId64Iterable.js +232 -232
  166. package/lib/esm/OrderedSet.d.ts +40 -40
  167. package/lib/esm/OrderedSet.js +59 -59
  168. package/lib/esm/PriorityQueue.d.ts +70 -70
  169. package/lib/esm/PriorityQueue.d.ts.map +1 -1
  170. package/lib/esm/PriorityQueue.js +136 -136
  171. package/lib/esm/ProcessDetector.d.ts +59 -59
  172. package/lib/esm/ProcessDetector.js +67 -67
  173. package/lib/esm/SortedArray.d.ts +236 -232
  174. package/lib/esm/SortedArray.d.ts.map +1 -1
  175. package/lib/esm/SortedArray.js +308 -296
  176. package/lib/esm/SortedArray.js.map +1 -1
  177. package/lib/esm/StatusCategory.d.ts +30 -30
  178. package/lib/esm/StatusCategory.d.ts.map +1 -1
  179. package/lib/esm/StatusCategory.js +455 -454
  180. package/lib/esm/StatusCategory.js.map +1 -1
  181. package/lib/esm/StringUtils.d.ts +22 -22
  182. package/lib/esm/StringUtils.js +142 -142
  183. package/lib/esm/Time.d.ts +122 -122
  184. package/lib/esm/Time.js +146 -146
  185. package/lib/esm/Time.js.map +1 -1
  186. package/lib/esm/Tracing.d.ts +40 -40
  187. package/lib/esm/Tracing.js +123 -126
  188. package/lib/esm/Tracing.js.map +1 -1
  189. package/lib/esm/TupleKeyedMap.d.ts +36 -36
  190. package/lib/esm/TupleKeyedMap.js +98 -98
  191. package/lib/esm/TypedArrayBuilder.d.ts +155 -155
  192. package/lib/esm/TypedArrayBuilder.d.ts.map +1 -1
  193. package/lib/esm/TypedArrayBuilder.js +198 -200
  194. package/lib/esm/TypedArrayBuilder.js.map +1 -1
  195. package/lib/esm/UnexpectedErrors.d.ts +43 -43
  196. package/lib/esm/UnexpectedErrors.d.ts.map +1 -1
  197. package/lib/esm/UnexpectedErrors.js +65 -64
  198. package/lib/esm/UnexpectedErrors.js.map +1 -1
  199. package/lib/esm/UtilityTypes.d.ts +112 -96
  200. package/lib/esm/UtilityTypes.d.ts.map +1 -1
  201. package/lib/esm/UtilityTypes.js +34 -34
  202. package/lib/esm/UtilityTypes.js.map +1 -1
  203. package/lib/esm/YieldManager.d.ts +18 -18
  204. package/lib/esm/YieldManager.js +30 -30
  205. package/lib/esm/core-bentley.d.ts +74 -74
  206. package/lib/esm/core-bentley.js +78 -78
  207. package/lib/esm/partitionArray.d.ts +21 -21
  208. package/lib/esm/partitionArray.js +39 -39
  209. package/package.json +5 -5
@@ -1,41 +1,41 @@
1
- /** @packageDocumentation
2
- * @module Collections
3
- */
4
- import { OrderedComparator } from "./Compare";
5
- import { CloneFunction, SortedArray } from "./SortedArray";
6
- /** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
7
- * Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
8
- * Implemented in terms of [[SortedArray]].
9
- * @public
10
- */
11
- export declare class ReadonlyOrderedSet<T> implements Iterable<T> {
12
- protected readonly _array: SortedArray<T>;
13
- /** Construct a new ReadonlyOrderedSet<T>.
14
- * @param compare The function used to compare elements within the set, determining their ordering.
15
- * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
16
- */
17
- constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
18
- /** The number of elements in the set. */
19
- get size(): number;
20
- /** Returns true if `value` is present in the set. */
21
- has(value: T): boolean;
22
- /** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
23
- [Symbol.iterator](): Iterator<T>;
24
- }
25
- /** A mutable [[ReadonlyOrderedSet]].
26
- * @public
27
- */
28
- export declare class OrderedSet<T> extends ReadonlyOrderedSet<T> {
29
- /** Construct a new OrderedSet<T>.
30
- * @param compare The function used to compare elements within the set, determining their ordering.
31
- * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
32
- */
33
- constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
34
- /** Remove all elements from the set. */
35
- clear(): void;
36
- /** Add the specified element to the set. Returns this set. */
37
- add(value: T): this;
38
- /** Removes the specified element from the set. Returns `true` if the element was present. */
39
- delete(value: T): boolean;
40
- }
1
+ /** @packageDocumentation
2
+ * @module Collections
3
+ */
4
+ import { OrderedComparator } from "./Compare";
5
+ import { CloneFunction, SortedArray } from "./SortedArray";
6
+ /** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
7
+ * Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
8
+ * Implemented in terms of [[SortedArray]].
9
+ * @public
10
+ */
11
+ export declare class ReadonlyOrderedSet<T> implements Iterable<T> {
12
+ protected readonly _array: SortedArray<T>;
13
+ /** Construct a new ReadonlyOrderedSet<T>.
14
+ * @param compare The function used to compare elements within the set, determining their ordering.
15
+ * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
16
+ */
17
+ constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
18
+ /** The number of elements in the set. */
19
+ get size(): number;
20
+ /** Returns true if `value` is present in the set. */
21
+ has(value: T): boolean;
22
+ /** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
23
+ [Symbol.iterator](): Iterator<T>;
24
+ }
25
+ /** A mutable [[ReadonlyOrderedSet]].
26
+ * @public
27
+ */
28
+ export declare class OrderedSet<T> extends ReadonlyOrderedSet<T> {
29
+ /** Construct a new OrderedSet<T>.
30
+ * @param compare The function used to compare elements within the set, determining their ordering.
31
+ * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
32
+ */
33
+ constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
34
+ /** Remove all elements from the set. */
35
+ clear(): void;
36
+ /** Add the specified element to the set. Returns this set. */
37
+ add(value: T): this;
38
+ /** Removes the specified element from the set. Returns `true` if the element was present. */
39
+ delete(value: T): boolean;
40
+ }
41
41
  //# sourceMappingURL=OrderedSet.d.ts.map
@@ -1,65 +1,65 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module Collections
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.OrderedSet = exports.ReadonlyOrderedSet = void 0;
11
- const SortedArray_1 = require("./SortedArray");
12
- /** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
13
- * Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
14
- * Implemented in terms of [[SortedArray]].
15
- * @public
16
- */
17
- class ReadonlyOrderedSet {
18
- /** Construct a new ReadonlyOrderedSet<T>.
19
- * @param compare The function used to compare elements within the set, determining their ordering.
20
- * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
21
- */
22
- constructor(compare, clone = SortedArray_1.shallowClone) {
23
- this._array = new SortedArray_1.SortedArray(compare, false, clone);
24
- }
25
- /** The number of elements in the set. */
26
- get size() {
27
- return this._array.length;
28
- }
29
- /** Returns true if `value` is present in the set. */
30
- has(value) {
31
- return -1 !== this._array.indexOf(value);
32
- }
33
- /** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
34
- [Symbol.iterator]() {
35
- return this._array[Symbol.iterator]();
36
- }
37
- }
38
- exports.ReadonlyOrderedSet = ReadonlyOrderedSet;
39
- /** A mutable [[ReadonlyOrderedSet]].
40
- * @public
41
- */
42
- class OrderedSet extends ReadonlyOrderedSet {
43
- /** Construct a new OrderedSet<T>.
44
- * @param compare The function used to compare elements within the set, determining their ordering.
45
- * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
46
- */
47
- constructor(compare, clone = SortedArray_1.shallowClone) {
48
- super(compare, clone);
49
- }
50
- /** Remove all elements from the set. */
51
- clear() {
52
- this._array.clear();
53
- }
54
- /** Add the specified element to the set. Returns this set. */
55
- add(value) {
56
- this._array.insert(value);
57
- return this;
58
- }
59
- /** Removes the specified element from the set. Returns `true` if the element was present. */
60
- delete(value) {
61
- return -1 !== this._array.remove(value);
62
- }
63
- }
64
- exports.OrderedSet = OrderedSet;
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module Collections
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.OrderedSet = exports.ReadonlyOrderedSet = void 0;
11
+ const SortedArray_1 = require("./SortedArray");
12
+ /** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
13
+ * Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
14
+ * Implemented in terms of [[SortedArray]].
15
+ * @public
16
+ */
17
+ class ReadonlyOrderedSet {
18
+ /** Construct a new ReadonlyOrderedSet<T>.
19
+ * @param compare The function used to compare elements within the set, determining their ordering.
20
+ * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
21
+ */
22
+ constructor(compare, clone = SortedArray_1.shallowClone) {
23
+ this._array = new SortedArray_1.SortedArray(compare, false, clone);
24
+ }
25
+ /** The number of elements in the set. */
26
+ get size() {
27
+ return this._array.length;
28
+ }
29
+ /** Returns true if `value` is present in the set. */
30
+ has(value) {
31
+ return -1 !== this._array.indexOf(value);
32
+ }
33
+ /** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
34
+ [Symbol.iterator]() {
35
+ return this._array[Symbol.iterator]();
36
+ }
37
+ }
38
+ exports.ReadonlyOrderedSet = ReadonlyOrderedSet;
39
+ /** A mutable [[ReadonlyOrderedSet]].
40
+ * @public
41
+ */
42
+ class OrderedSet extends ReadonlyOrderedSet {
43
+ /** Construct a new OrderedSet<T>.
44
+ * @param compare The function used to compare elements within the set, determining their ordering.
45
+ * @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
46
+ */
47
+ constructor(compare, clone = SortedArray_1.shallowClone) {
48
+ super(compare, clone);
49
+ }
50
+ /** Remove all elements from the set. */
51
+ clear() {
52
+ this._array.clear();
53
+ }
54
+ /** Add the specified element to the set. Returns this set. */
55
+ add(value) {
56
+ this._array.insert(value);
57
+ return this;
58
+ }
59
+ /** Removes the specified element from the set. Returns `true` if the element was present. */
60
+ delete(value) {
61
+ return -1 !== this._array.remove(value);
62
+ }
63
+ }
64
+ exports.OrderedSet = OrderedSet;
65
65
  //# sourceMappingURL=OrderedSet.js.map
@@ -1,71 +1,71 @@
1
- /** @packageDocumentation
2
- * @module Collections
3
- */
4
- import { OrderedComparator } from "./Compare";
5
- import { CloneFunction } from "./SortedArray";
6
- /** @public */
7
- export declare type ComputePriorityFunction<T> = (value: T) => number;
8
- /**
9
- * A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
10
- * The queue is ordered by an [[OrderedComparator]] function supplied by the user such that the value in the queue that compares less than all other values is always located at the front of the queue.
11
- * @public
12
- */
13
- export declare class PriorityQueue<T> implements Iterable<T> {
14
- protected _array: T[];
15
- protected readonly _compare: OrderedComparator<T>;
16
- protected readonly _clone: CloneFunction<T>;
17
- /**
18
- * Constructor
19
- * @param compare The function used to compare values in the queue. If `compare(x, y)` returns a negative value, then x is placed before y in the queue.
20
- * @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
21
- * @note If the criterion which control the result of the `compare` function changes, then [[PriorityQueue.sort]] should be used to reorder the queue according to the new criterion.
22
- */
23
- constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
24
- /** The number of values in the queue. */
25
- get length(): number;
26
- /** Returns true if the queue contains no values. */
27
- get isEmpty(): boolean;
28
- /** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
29
- [Symbol.iterator](): Iterator<T>;
30
- protected _swap(a: number, b: number): void;
31
- protected _heapify(index: number): void;
32
- /**
33
- * Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
34
- * For example, a priority queue containing graphics sorted by their distance from the camera would need to be reordered when the position of the camera changes.
35
- */
36
- sort(): void;
37
- /**
38
- * Pushes a value onto the queue according to the sorting criterion.
39
- * @param value The value to insert
40
- * @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
41
- */
42
- push(value: T): T;
43
- /** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
44
- * After using this function, you must manually invoke sort() to ensure the queue is sorted again.
45
- * @param value The value to append
46
- * @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
47
- */
48
- append(value: T): T;
49
- /** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
50
- get front(): T | undefined;
51
- /**
52
- * Removes the front-most element off of the queue and returns it.
53
- * @returns The front-most element, or undefined if the queue is empty.
54
- */
55
- pop(): T | undefined;
56
- /** Removes all values from the queue. */
57
- clear(): void;
58
- /**
59
- * Removes the value at the specified index from the queue and reorders the queue.
60
- * @param index The index of the value to remove
61
- * @returns the value at the specified index, or undefined if the index is out of range.
62
- */
63
- protected _pop(index: number): T | undefined;
64
- /**
65
- * Returns the value at the specified index in the queue.
66
- * @param index The index of the value to retrieve
67
- * @returns the value at the specified index, or undefined if the index is out of range.
68
- */
69
- protected _peek(index: number): T | undefined;
70
- }
1
+ /** @packageDocumentation
2
+ * @module Collections
3
+ */
4
+ import { OrderedComparator } from "./Compare";
5
+ import { CloneFunction } from "./SortedArray";
6
+ /** @public */
7
+ export type ComputePriorityFunction<T> = (value: T) => number;
8
+ /**
9
+ * A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
10
+ * The queue is ordered by an [[OrderedComparator]] function supplied by the user such that the value in the queue that compares less than all other values is always located at the front of the queue.
11
+ * @public
12
+ */
13
+ export declare class PriorityQueue<T> implements Iterable<T> {
14
+ protected _array: T[];
15
+ protected readonly _compare: OrderedComparator<T>;
16
+ protected readonly _clone: CloneFunction<T>;
17
+ /**
18
+ * Constructor
19
+ * @param compare The function used to compare values in the queue. If `compare(x, y)` returns a negative value, then x is placed before y in the queue.
20
+ * @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
21
+ * @note If the criterion which control the result of the `compare` function changes, then [[PriorityQueue.sort]] should be used to reorder the queue according to the new criterion.
22
+ */
23
+ constructor(compare: OrderedComparator<T>, clone?: CloneFunction<T>);
24
+ /** The number of values in the queue. */
25
+ get length(): number;
26
+ /** Returns true if the queue contains no values. */
27
+ get isEmpty(): boolean;
28
+ /** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
29
+ [Symbol.iterator](): Iterator<T>;
30
+ protected _swap(a: number, b: number): void;
31
+ protected _heapify(index: number): void;
32
+ /**
33
+ * Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
34
+ * For example, a priority queue containing graphics sorted by their distance from the camera would need to be reordered when the position of the camera changes.
35
+ */
36
+ sort(): void;
37
+ /**
38
+ * Pushes a value onto the queue according to the sorting criterion.
39
+ * @param value The value to insert
40
+ * @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
41
+ */
42
+ push(value: T): T;
43
+ /** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
44
+ * After using this function, you must manually invoke sort() to ensure the queue is sorted again.
45
+ * @param value The value to append
46
+ * @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
47
+ */
48
+ append(value: T): T;
49
+ /** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
50
+ get front(): T | undefined;
51
+ /**
52
+ * Removes the front-most element off of the queue and returns it.
53
+ * @returns The front-most element, or undefined if the queue is empty.
54
+ */
55
+ pop(): T | undefined;
56
+ /** Removes all values from the queue. */
57
+ clear(): void;
58
+ /**
59
+ * Removes the value at the specified index from the queue and reorders the queue.
60
+ * @param index The index of the value to remove
61
+ * @returns the value at the specified index, or undefined if the index is out of range.
62
+ */
63
+ protected _pop(index: number): T | undefined;
64
+ /**
65
+ * Returns the value at the specified index in the queue.
66
+ * @param index The index of the value to retrieve
67
+ * @returns the value at the specified index, or undefined if the index is out of range.
68
+ */
69
+ protected _peek(index: number): T | undefined;
70
+ }
71
71
  //# sourceMappingURL=PriorityQueue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PriorityQueue.d.ts","sourceRoot":"","sources":["../../src/PriorityQueue.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAgB,MAAM,eAAe,CAAC;AAE5D,cAAc;AACd,oBAAY,uBAAuB,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,CAAC;AAE9D;;;;GAIG;AACH,qBAAa,aAAa,CAAC,CAAC,CAAE,YAAW,QAAQ,CAAC,CAAC,CAAC;IAClD,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,CAAM;IAC3B,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IAClD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IAE5C;;;;;OAKG;gBACgB,OAAO,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,KAAK,GAAE,aAAa,CAAC,CAAC,CAAgB;IAKxF,yCAAyC;IACzC,IAAW,MAAM,IAAI,MAAM,CAA+B;IAE1D,oDAAoD;IACpD,IAAW,OAAO,IAAI,OAAO,CAA8B;IAE3D,4FAA4F;IACrF,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC;IAEvC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAMpC,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAsBvC;;;OAGG;IACI,IAAI,IAAI,IAAI;IAKnB;;;;OAIG;IACI,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC;IAmBxB;;;;OAIG;IACI,MAAM,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC;IAM1B,2FAA2F;IAC3F,IAAW,KAAK,IAAI,CAAC,GAAG,SAAS,CAEhC;IAED;;;OAGG;IACI,GAAG,IAAI,CAAC,GAAG,SAAS;IAI3B,yCAAyC;IAClC,KAAK,IAAI,IAAI;IAIpB;;;;OAIG;IACH,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAY5C;;;;OAIG;IACH,SAAS,CAAC,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;CAM9C"}
1
+ {"version":3,"file":"PriorityQueue.d.ts","sourceRoot":"","sources":["../../src/PriorityQueue.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAgB,MAAM,eAAe,CAAC;AAE5D,cAAc;AACd,MAAM,MAAM,uBAAuB,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,CAAC;AAE9D;;;;GAIG;AACH,qBAAa,aAAa,CAAC,CAAC,CAAE,YAAW,QAAQ,CAAC,CAAC,CAAC;IAClD,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,CAAM;IAC3B,SAAS,CAAC,QAAQ,CAAC,QAAQ,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IAClD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IAE5C;;;;;OAKG;gBACgB,OAAO,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE,KAAK,GAAE,aAAa,CAAC,CAAC,CAAgB;IAKxF,yCAAyC;IACzC,IAAW,MAAM,IAAI,MAAM,CAA+B;IAE1D,oDAAoD;IACpD,IAAW,OAAO,IAAI,OAAO,CAA8B;IAE3D,4FAA4F;IACrF,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC;IAEvC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAMpC,SAAS,CAAC,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAsBvC;;;OAGG;IACI,IAAI,IAAI,IAAI;IAKnB;;;;OAIG;IACI,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC;IAmBxB;;;;OAIG;IACI,MAAM,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC;IAM1B,2FAA2F;IAC3F,IAAW,KAAK,IAAI,CAAC,GAAG,SAAS,CAEhC;IAED;;;OAGG;IACI,GAAG,IAAI,CAAC,GAAG,SAAS;IAI3B,yCAAyC;IAClC,KAAK,IAAI,IAAI;IAIpB;;;;OAIG;IACH,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;IAY5C;;;;OAIG;IACH,SAAS,CAAC,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,CAAC,GAAG,SAAS;CAM9C"}
@@ -1,141 +1,141 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module Collections
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.PriorityQueue = void 0;
11
- const SortedArray_1 = require("./SortedArray");
12
- /**
13
- * A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
14
- * The queue is ordered by an [[OrderedComparator]] function supplied by the user such that the value in the queue that compares less than all other values is always located at the front of the queue.
15
- * @public
16
- */
17
- class PriorityQueue {
18
- /**
19
- * Constructor
20
- * @param compare The function used to compare values in the queue. If `compare(x, y)` returns a negative value, then x is placed before y in the queue.
21
- * @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
22
- * @note If the criterion which control the result of the `compare` function changes, then [[PriorityQueue.sort]] should be used to reorder the queue according to the new criterion.
23
- */
24
- constructor(compare, clone = SortedArray_1.shallowClone) {
25
- this._array = [];
26
- this._compare = compare;
27
- this._clone = clone;
28
- }
29
- /** The number of values in the queue. */
30
- get length() { return this._array.length; }
31
- /** Returns true if the queue contains no values. */
32
- get isEmpty() { return 0 === this.length; }
33
- /** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
34
- [Symbol.iterator]() { return this._array[Symbol.iterator](); }
35
- _swap(a, b) {
36
- const temp = this._array[a];
37
- this._array[a] = this._array[b];
38
- this._array[b] = temp;
39
- }
40
- _heapify(index) {
41
- let candidate = -1;
42
- while (true) {
43
- const right = 2 * (index + 1);
44
- const left = right - 1;
45
- if (left < this.length && this._compare(this._array[left], this._array[index]) < 0)
46
- candidate = left;
47
- else
48
- candidate = index;
49
- if (right < this.length && this._compare(this._array[right], this._array[candidate]) < 0)
50
- candidate = right;
51
- if (candidate !== index) {
52
- this._swap(candidate, index);
53
- index = candidate;
54
- }
55
- else {
56
- break;
57
- }
58
- }
59
- }
60
- /**
61
- * Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
62
- * For example, a priority queue containing graphics sorted by their distance from the camera would need to be reordered when the position of the camera changes.
63
- */
64
- sort() {
65
- for (let i = Math.ceil(this.length / 2); i >= 0; i--)
66
- this._heapify(i);
67
- }
68
- /**
69
- * Pushes a value onto the queue according to the sorting criterion.
70
- * @param value The value to insert
71
- * @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
72
- */
73
- push(value) {
74
- const clone = this._clone(value);
75
- let index = this.length;
76
- this._array.push(clone);
77
- while (index !== 0) {
78
- const parent = Math.floor((index - 1) / 2);
79
- if (this._compare(this._array[index], this._array[parent]) < 0) {
80
- this._swap(index, parent);
81
- index = parent;
82
- }
83
- else {
84
- break;
85
- }
86
- }
87
- return clone;
88
- }
89
- /** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
90
- * After using this function, you must manually invoke sort() to ensure the queue is sorted again.
91
- * @param value The value to append
92
- * @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
93
- */
94
- append(value) {
95
- const clone = this._clone(value);
96
- this._array.push(clone);
97
- return clone;
98
- }
99
- /** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
100
- get front() {
101
- return this._peek(0);
102
- }
103
- /**
104
- * Removes the front-most element off of the queue and returns it.
105
- * @returns The front-most element, or undefined if the queue is empty.
106
- */
107
- pop() {
108
- return this._pop(0);
109
- }
110
- /** Removes all values from the queue. */
111
- clear() {
112
- this._array.length = 0;
113
- }
114
- /**
115
- * Removes the value at the specified index from the queue and reorders the queue.
116
- * @param index The index of the value to remove
117
- * @returns the value at the specified index, or undefined if the index is out of range.
118
- */
119
- _pop(index) {
120
- if (index < 0 || index >= this.length)
121
- return undefined;
122
- const root = this._array[index];
123
- this._swap(index, this.length - 1);
124
- this._array.length--;
125
- this._heapify(index);
126
- return root;
127
- }
128
- /**
129
- * Returns the value at the specified index in the queue.
130
- * @param index The index of the value to retrieve
131
- * @returns the value at the specified index, or undefined if the index is out of range.
132
- */
133
- _peek(index) {
134
- if (index < 0 || index >= this.length)
135
- return undefined;
136
- else
137
- return this._array[index];
138
- }
139
- }
140
- exports.PriorityQueue = PriorityQueue;
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module Collections
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.PriorityQueue = void 0;
11
+ const SortedArray_1 = require("./SortedArray");
12
+ /**
13
+ * A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
14
+ * The queue is ordered by an [[OrderedComparator]] function supplied by the user such that the value in the queue that compares less than all other values is always located at the front of the queue.
15
+ * @public
16
+ */
17
+ class PriorityQueue {
18
+ /**
19
+ * Constructor
20
+ * @param compare The function used to compare values in the queue. If `compare(x, y)` returns a negative value, then x is placed before y in the queue.
21
+ * @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
22
+ * @note If the criterion which control the result of the `compare` function changes, then [[PriorityQueue.sort]] should be used to reorder the queue according to the new criterion.
23
+ */
24
+ constructor(compare, clone = SortedArray_1.shallowClone) {
25
+ this._array = [];
26
+ this._compare = compare;
27
+ this._clone = clone;
28
+ }
29
+ /** The number of values in the queue. */
30
+ get length() { return this._array.length; }
31
+ /** Returns true if the queue contains no values. */
32
+ get isEmpty() { return 0 === this.length; }
33
+ /** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
34
+ [Symbol.iterator]() { return this._array[Symbol.iterator](); }
35
+ _swap(a, b) {
36
+ const temp = this._array[a];
37
+ this._array[a] = this._array[b];
38
+ this._array[b] = temp;
39
+ }
40
+ _heapify(index) {
41
+ let candidate = -1;
42
+ while (true) {
43
+ const right = 2 * (index + 1);
44
+ const left = right - 1;
45
+ if (left < this.length && this._compare(this._array[left], this._array[index]) < 0)
46
+ candidate = left;
47
+ else
48
+ candidate = index;
49
+ if (right < this.length && this._compare(this._array[right], this._array[candidate]) < 0)
50
+ candidate = right;
51
+ if (candidate !== index) {
52
+ this._swap(candidate, index);
53
+ index = candidate;
54
+ }
55
+ else {
56
+ break;
57
+ }
58
+ }
59
+ }
60
+ /**
61
+ * Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
62
+ * For example, a priority queue containing graphics sorted by their distance from the camera would need to be reordered when the position of the camera changes.
63
+ */
64
+ sort() {
65
+ for (let i = Math.ceil(this.length / 2); i >= 0; i--)
66
+ this._heapify(i);
67
+ }
68
+ /**
69
+ * Pushes a value onto the queue according to the sorting criterion.
70
+ * @param value The value to insert
71
+ * @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
72
+ */
73
+ push(value) {
74
+ const clone = this._clone(value);
75
+ let index = this.length;
76
+ this._array.push(clone);
77
+ while (index !== 0) {
78
+ const parent = Math.floor((index - 1) / 2);
79
+ if (this._compare(this._array[index], this._array[parent]) < 0) {
80
+ this._swap(index, parent);
81
+ index = parent;
82
+ }
83
+ else {
84
+ break;
85
+ }
86
+ }
87
+ return clone;
88
+ }
89
+ /** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
90
+ * After using this function, you must manually invoke sort() to ensure the queue is sorted again.
91
+ * @param value The value to append
92
+ * @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
93
+ */
94
+ append(value) {
95
+ const clone = this._clone(value);
96
+ this._array.push(clone);
97
+ return clone;
98
+ }
99
+ /** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
100
+ get front() {
101
+ return this._peek(0);
102
+ }
103
+ /**
104
+ * Removes the front-most element off of the queue and returns it.
105
+ * @returns The front-most element, or undefined if the queue is empty.
106
+ */
107
+ pop() {
108
+ return this._pop(0);
109
+ }
110
+ /** Removes all values from the queue. */
111
+ clear() {
112
+ this._array.length = 0;
113
+ }
114
+ /**
115
+ * Removes the value at the specified index from the queue and reorders the queue.
116
+ * @param index The index of the value to remove
117
+ * @returns the value at the specified index, or undefined if the index is out of range.
118
+ */
119
+ _pop(index) {
120
+ if (index < 0 || index >= this.length)
121
+ return undefined;
122
+ const root = this._array[index];
123
+ this._swap(index, this.length - 1);
124
+ this._array.length--;
125
+ this._heapify(index);
126
+ return root;
127
+ }
128
+ /**
129
+ * Returns the value at the specified index in the queue.
130
+ * @param index The index of the value to retrieve
131
+ * @returns the value at the specified index, or undefined if the index is out of range.
132
+ */
133
+ _peek(index) {
134
+ if (index < 0 || index >= this.length)
135
+ return undefined;
136
+ else
137
+ return this._array[index];
138
+ }
139
+ }
140
+ exports.PriorityQueue = PriorityQueue;
141
141
  //# sourceMappingURL=PriorityQueue.js.map