@itwin/core-bentley 4.0.0-dev.7 → 4.0.0-dev.70
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.
- package/CHANGELOG.md +29 -12
- package/lib/cjs/AccessToken.d.ts +10 -10
- package/lib/cjs/AccessToken.d.ts.map +1 -1
- package/lib/cjs/AccessToken.js +9 -9
- package/lib/cjs/Assert.d.ts +25 -25
- package/lib/cjs/Assert.js +45 -45
- package/lib/cjs/Assert.js.map +1 -1
- package/lib/cjs/BeEvent.d.ts +81 -81
- package/lib/cjs/BeEvent.d.ts.map +1 -1
- package/lib/cjs/BeEvent.js +156 -156
- package/lib/cjs/BeSQLite.d.ts +172 -170
- package/lib/cjs/BeSQLite.d.ts.map +1 -1
- package/lib/cjs/BeSQLite.js +185 -183
- package/lib/cjs/BeSQLite.js.map +1 -1
- package/lib/cjs/BentleyError.d.ts +378 -378
- package/lib/cjs/BentleyError.d.ts.map +1 -1
- package/lib/cjs/BentleyError.js +703 -702
- package/lib/cjs/BentleyError.js.map +1 -1
- package/lib/cjs/BentleyLoggerCategory.d.ts +11 -11
- package/lib/cjs/BentleyLoggerCategory.js +19 -19
- package/lib/cjs/ByteStream.d.ts +110 -110
- package/lib/cjs/ByteStream.js +159 -159
- package/lib/cjs/ClassUtils.d.ts +14 -14
- package/lib/cjs/ClassUtils.js +27 -27
- package/lib/cjs/Compare.d.ts +47 -47
- package/lib/cjs/Compare.d.ts.map +1 -1
- package/lib/cjs/Compare.js +75 -75
- package/lib/cjs/CompressedId64Set.d.ts +134 -134
- package/lib/cjs/CompressedId64Set.d.ts.map +1 -1
- package/lib/cjs/CompressedId64Set.js +428 -428
- package/lib/cjs/CompressedId64Set.js.map +1 -1
- package/lib/cjs/Dictionary.d.ts +125 -125
- package/lib/cjs/Dictionary.js +203 -203
- package/lib/cjs/Disposable.d.ts +80 -80
- package/lib/cjs/Disposable.d.ts.map +1 -1
- package/lib/cjs/Disposable.js +120 -120
- package/lib/cjs/Id.d.ts +285 -285
- package/lib/cjs/Id.d.ts.map +1 -1
- package/lib/cjs/Id.js +643 -643
- package/lib/cjs/IndexMap.d.ts +65 -65
- package/lib/cjs/IndexMap.js +91 -91
- package/lib/cjs/JsonSchema.d.ts +77 -77
- package/lib/cjs/JsonSchema.d.ts.map +1 -1
- package/lib/cjs/JsonSchema.js +9 -9
- package/lib/cjs/JsonUtils.d.ts +78 -78
- package/lib/cjs/JsonUtils.js +151 -151
- package/lib/cjs/LRUMap.d.ts +129 -129
- package/lib/cjs/LRUMap.js +333 -333
- package/lib/cjs/LRUMap.js.map +1 -1
- package/lib/cjs/Logger.d.ts +143 -143
- package/lib/cjs/Logger.d.ts.map +1 -1
- package/lib/cjs/Logger.js +256 -258
- package/lib/cjs/Logger.js.map +1 -1
- package/lib/cjs/ObservableSet.d.ts +23 -23
- package/lib/cjs/ObservableSet.js +51 -51
- package/lib/cjs/OneAtATimeAction.d.ts +31 -31
- package/lib/cjs/OneAtATimeAction.js +94 -94
- package/lib/cjs/OneAtATimeAction.js.map +1 -1
- package/lib/cjs/OrderedId64Iterable.d.ts +74 -74
- package/lib/cjs/OrderedId64Iterable.d.ts.map +1 -1
- package/lib/cjs/OrderedId64Iterable.js +235 -235
- package/lib/cjs/OrderedSet.d.ts +40 -40
- package/lib/cjs/OrderedSet.js +64 -64
- package/lib/cjs/PriorityQueue.d.ts +70 -70
- package/lib/cjs/PriorityQueue.d.ts.map +1 -1
- package/lib/cjs/PriorityQueue.js +140 -140
- package/lib/cjs/ProcessDetector.d.ts +59 -59
- package/lib/cjs/ProcessDetector.js +71 -71
- package/lib/cjs/SortedArray.d.ts +236 -232
- package/lib/cjs/SortedArray.d.ts.map +1 -1
- package/lib/cjs/SortedArray.js +315 -303
- package/lib/cjs/SortedArray.js.map +1 -1
- package/lib/cjs/StatusCategory.d.ts +30 -30
- package/lib/cjs/StatusCategory.d.ts.map +1 -1
- package/lib/cjs/StatusCategory.js +460 -460
- package/lib/cjs/StatusCategory.js.map +1 -1
- package/lib/cjs/StringUtils.d.ts +22 -22
- package/lib/cjs/StringUtils.js +148 -148
- package/lib/cjs/Time.d.ts +122 -122
- package/lib/cjs/Time.js +152 -152
- package/lib/cjs/Time.js.map +1 -1
- package/lib/cjs/Tracing.d.ts +43 -40
- package/lib/cjs/Tracing.d.ts.map +1 -1
- package/lib/cjs/Tracing.js +134 -130
- package/lib/cjs/Tracing.js.map +1 -1
- package/lib/cjs/TupleKeyedMap.d.ts +36 -36
- package/lib/cjs/TupleKeyedMap.js +102 -102
- package/lib/cjs/TypedArrayBuilder.d.ts +155 -155
- package/lib/cjs/TypedArrayBuilder.d.ts.map +1 -1
- package/lib/cjs/TypedArrayBuilder.js +206 -208
- package/lib/cjs/TypedArrayBuilder.js.map +1 -1
- package/lib/cjs/UnexpectedErrors.d.ts +43 -43
- package/lib/cjs/UnexpectedErrors.d.ts.map +1 -1
- package/lib/cjs/UnexpectedErrors.js +68 -68
- package/lib/cjs/UnexpectedErrors.js.map +1 -1
- package/lib/cjs/UtilityTypes.d.ts +112 -96
- package/lib/cjs/UtilityTypes.d.ts.map +1 -1
- package/lib/cjs/UtilityTypes.js +40 -40
- package/lib/cjs/UtilityTypes.js.map +1 -1
- package/lib/cjs/YieldManager.d.ts +18 -18
- package/lib/cjs/YieldManager.js +34 -34
- package/lib/cjs/core-bentley.d.ts +74 -74
- package/lib/cjs/core-bentley.js +94 -90
- package/lib/cjs/core-bentley.js.map +1 -1
- package/lib/cjs/partitionArray.d.ts +21 -21
- package/lib/cjs/partitionArray.js +43 -43
- package/lib/esm/AccessToken.d.ts +10 -10
- package/lib/esm/AccessToken.d.ts.map +1 -1
- package/lib/esm/AccessToken.js +8 -8
- package/lib/esm/Assert.d.ts +25 -25
- package/lib/esm/Assert.js +41 -41
- package/lib/esm/Assert.js.map +1 -1
- package/lib/esm/BeEvent.d.ts +81 -81
- package/lib/esm/BeEvent.d.ts.map +1 -1
- package/lib/esm/BeEvent.js +150 -150
- package/lib/esm/BeSQLite.d.ts +172 -170
- package/lib/esm/BeSQLite.d.ts.map +1 -1
- package/lib/esm/BeSQLite.js +182 -180
- package/lib/esm/BeSQLite.js.map +1 -1
- package/lib/esm/BentleyError.d.ts +378 -378
- package/lib/esm/BentleyError.d.ts.map +1 -1
- package/lib/esm/BentleyError.js +699 -698
- package/lib/esm/BentleyError.js.map +1 -1
- package/lib/esm/BentleyLoggerCategory.d.ts +11 -11
- package/lib/esm/BentleyLoggerCategory.js +16 -16
- package/lib/esm/ByteStream.d.ts +110 -110
- package/lib/esm/ByteStream.js +155 -155
- package/lib/esm/ClassUtils.d.ts +14 -14
- package/lib/esm/ClassUtils.js +22 -22
- package/lib/esm/Compare.d.ts +47 -47
- package/lib/esm/Compare.d.ts.map +1 -1
- package/lib/esm/Compare.js +63 -63
- package/lib/esm/CompressedId64Set.d.ts +134 -134
- package/lib/esm/CompressedId64Set.d.ts.map +1 -1
- package/lib/esm/CompressedId64Set.js +423 -423
- package/lib/esm/CompressedId64Set.js.map +1 -1
- package/lib/esm/Dictionary.d.ts +125 -125
- package/lib/esm/Dictionary.js +199 -199
- package/lib/esm/Disposable.d.ts +80 -80
- package/lib/esm/Disposable.d.ts.map +1 -1
- package/lib/esm/Disposable.js +112 -112
- package/lib/esm/Id.d.ts +285 -285
- package/lib/esm/Id.d.ts.map +1 -1
- package/lib/esm/Id.js +639 -639
- package/lib/esm/IndexMap.d.ts +65 -65
- package/lib/esm/IndexMap.js +86 -86
- package/lib/esm/JsonSchema.d.ts +77 -77
- package/lib/esm/JsonSchema.d.ts.map +1 -1
- package/lib/esm/JsonSchema.js +8 -8
- package/lib/esm/JsonUtils.d.ts +78 -78
- package/lib/esm/JsonUtils.js +148 -148
- package/lib/esm/LRUMap.d.ts +129 -129
- package/lib/esm/LRUMap.js +326 -326
- package/lib/esm/LRUMap.js.map +1 -1
- package/lib/esm/Logger.d.ts +143 -143
- package/lib/esm/Logger.d.ts.map +1 -1
- package/lib/esm/Logger.js +253 -253
- package/lib/esm/Logger.js.map +1 -1
- package/lib/esm/ObservableSet.d.ts +23 -23
- package/lib/esm/ObservableSet.js +47 -47
- package/lib/esm/OneAtATimeAction.d.ts +31 -31
- package/lib/esm/OneAtATimeAction.js +89 -89
- package/lib/esm/OneAtATimeAction.js.map +1 -1
- package/lib/esm/OrderedId64Iterable.d.ts +74 -74
- package/lib/esm/OrderedId64Iterable.d.ts.map +1 -1
- package/lib/esm/OrderedId64Iterable.js +232 -232
- package/lib/esm/OrderedSet.d.ts +40 -40
- package/lib/esm/OrderedSet.js +59 -59
- package/lib/esm/PriorityQueue.d.ts +70 -70
- package/lib/esm/PriorityQueue.d.ts.map +1 -1
- package/lib/esm/PriorityQueue.js +136 -136
- package/lib/esm/ProcessDetector.d.ts +59 -59
- package/lib/esm/ProcessDetector.js +67 -67
- package/lib/esm/SortedArray.d.ts +236 -232
- package/lib/esm/SortedArray.d.ts.map +1 -1
- package/lib/esm/SortedArray.js +308 -296
- package/lib/esm/SortedArray.js.map +1 -1
- package/lib/esm/StatusCategory.d.ts +30 -30
- package/lib/esm/StatusCategory.d.ts.map +1 -1
- package/lib/esm/StatusCategory.js +455 -454
- package/lib/esm/StatusCategory.js.map +1 -1
- package/lib/esm/StringUtils.d.ts +22 -22
- package/lib/esm/StringUtils.js +142 -142
- package/lib/esm/Time.d.ts +122 -122
- package/lib/esm/Time.js +146 -146
- package/lib/esm/Time.js.map +1 -1
- package/lib/esm/Tracing.d.ts +43 -40
- package/lib/esm/Tracing.d.ts.map +1 -1
- package/lib/esm/Tracing.js +130 -126
- package/lib/esm/Tracing.js.map +1 -1
- package/lib/esm/TupleKeyedMap.d.ts +36 -36
- package/lib/esm/TupleKeyedMap.js +98 -98
- package/lib/esm/TypedArrayBuilder.d.ts +155 -155
- package/lib/esm/TypedArrayBuilder.d.ts.map +1 -1
- package/lib/esm/TypedArrayBuilder.js +198 -200
- package/lib/esm/TypedArrayBuilder.js.map +1 -1
- package/lib/esm/UnexpectedErrors.d.ts +43 -43
- package/lib/esm/UnexpectedErrors.d.ts.map +1 -1
- package/lib/esm/UnexpectedErrors.js +65 -64
- package/lib/esm/UnexpectedErrors.js.map +1 -1
- package/lib/esm/UtilityTypes.d.ts +112 -96
- package/lib/esm/UtilityTypes.d.ts.map +1 -1
- package/lib/esm/UtilityTypes.js +34 -34
- package/lib/esm/UtilityTypes.js.map +1 -1
- package/lib/esm/YieldManager.d.ts +18 -18
- package/lib/esm/YieldManager.js +30 -30
- package/lib/esm/core-bentley.d.ts +74 -74
- package/lib/esm/core-bentley.js +78 -78
- package/lib/esm/partitionArray.d.ts +21 -21
- package/lib/esm/partitionArray.js +39 -39
- package/package.json +8 -8
package/lib/esm/OrderedSet.d.ts
CHANGED
|
@@ -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
|
package/lib/esm/OrderedSet.js
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Collections
|
|
7
|
-
*/
|
|
8
|
-
import { shallowClone, SortedArray } from "./SortedArray";
|
|
9
|
-
/** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
|
|
10
|
-
* Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
|
|
11
|
-
* Implemented in terms of [[SortedArray]].
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export class ReadonlyOrderedSet {
|
|
15
|
-
/** Construct a new ReadonlyOrderedSet<T>.
|
|
16
|
-
* @param compare The function used to compare elements within the set, determining their ordering.
|
|
17
|
-
* @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
|
|
18
|
-
*/
|
|
19
|
-
constructor(compare, clone = shallowClone) {
|
|
20
|
-
this._array = new SortedArray(compare, false, clone);
|
|
21
|
-
}
|
|
22
|
-
/** The number of elements in the set. */
|
|
23
|
-
get size() {
|
|
24
|
-
return this._array.length;
|
|
25
|
-
}
|
|
26
|
-
/** Returns true if `value` is present in the set. */
|
|
27
|
-
has(value) {
|
|
28
|
-
return -1 !== this._array.indexOf(value);
|
|
29
|
-
}
|
|
30
|
-
/** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
|
|
31
|
-
[Symbol.iterator]() {
|
|
32
|
-
return this._array[Symbol.iterator]();
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
/** A mutable [[ReadonlyOrderedSet]].
|
|
36
|
-
* @public
|
|
37
|
-
*/
|
|
38
|
-
export class OrderedSet extends ReadonlyOrderedSet {
|
|
39
|
-
/** Construct a new OrderedSet<T>.
|
|
40
|
-
* @param compare The function used to compare elements within the set, determining their ordering.
|
|
41
|
-
* @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
|
|
42
|
-
*/
|
|
43
|
-
constructor(compare, clone = shallowClone) {
|
|
44
|
-
super(compare, clone);
|
|
45
|
-
}
|
|
46
|
-
/** Remove all elements from the set. */
|
|
47
|
-
clear() {
|
|
48
|
-
this._array.clear();
|
|
49
|
-
}
|
|
50
|
-
/** Add the specified element to the set. Returns this set. */
|
|
51
|
-
add(value) {
|
|
52
|
-
this._array.insert(value);
|
|
53
|
-
return this;
|
|
54
|
-
}
|
|
55
|
-
/** Removes the specified element from the set. Returns `true` if the element was present. */
|
|
56
|
-
delete(value) {
|
|
57
|
-
return -1 !== this._array.remove(value);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Collections
|
|
7
|
+
*/
|
|
8
|
+
import { shallowClone, SortedArray } from "./SortedArray";
|
|
9
|
+
/** A read-only equivalent of `Set<T>` that maintains its elements in sorted order as specified by a comparison function.
|
|
10
|
+
* Iteration returns elements in the order specified by the comparison function, as opposed to `Set` which returns elements in insertion order.
|
|
11
|
+
* Implemented in terms of [[SortedArray]].
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export class ReadonlyOrderedSet {
|
|
15
|
+
/** Construct a new ReadonlyOrderedSet<T>.
|
|
16
|
+
* @param compare The function used to compare elements within the set, determining their ordering.
|
|
17
|
+
* @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
|
|
18
|
+
*/
|
|
19
|
+
constructor(compare, clone = shallowClone) {
|
|
20
|
+
this._array = new SortedArray(compare, false, clone);
|
|
21
|
+
}
|
|
22
|
+
/** The number of elements in the set. */
|
|
23
|
+
get size() {
|
|
24
|
+
return this._array.length;
|
|
25
|
+
}
|
|
26
|
+
/** Returns true if `value` is present in the set. */
|
|
27
|
+
has(value) {
|
|
28
|
+
return -1 !== this._array.indexOf(value);
|
|
29
|
+
}
|
|
30
|
+
/** Iterate over the elements in sorted order (as opposed to `Set`'s iterator, which returns elements in insertion order). */
|
|
31
|
+
[Symbol.iterator]() {
|
|
32
|
+
return this._array[Symbol.iterator]();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
/** A mutable [[ReadonlyOrderedSet]].
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export class OrderedSet extends ReadonlyOrderedSet {
|
|
39
|
+
/** Construct a new OrderedSet<T>.
|
|
40
|
+
* @param compare The function used to compare elements within the set, determining their ordering.
|
|
41
|
+
* @param clone The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.
|
|
42
|
+
*/
|
|
43
|
+
constructor(compare, clone = shallowClone) {
|
|
44
|
+
super(compare, clone);
|
|
45
|
+
}
|
|
46
|
+
/** Remove all elements from the set. */
|
|
47
|
+
clear() {
|
|
48
|
+
this._array.clear();
|
|
49
|
+
}
|
|
50
|
+
/** Add the specified element to the set. Returns this set. */
|
|
51
|
+
add(value) {
|
|
52
|
+
this._array.insert(value);
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
55
|
+
/** Removes the specified element from the set. Returns `true` if the element was present. */
|
|
56
|
+
delete(value) {
|
|
57
|
+
return -1 !== this._array.remove(value);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
60
|
//# 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
|
|
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,
|
|
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"}
|
package/lib/esm/PriorityQueue.js
CHANGED
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
/*---------------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
-
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
/** @packageDocumentation
|
|
6
|
-
* @module Collections
|
|
7
|
-
*/
|
|
8
|
-
import { shallowClone } from "./SortedArray";
|
|
9
|
-
/**
|
|
10
|
-
* A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
|
|
11
|
-
* 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.
|
|
12
|
-
* @public
|
|
13
|
-
*/
|
|
14
|
-
export class PriorityQueue {
|
|
15
|
-
/**
|
|
16
|
-
* Constructor
|
|
17
|
-
* @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.
|
|
18
|
-
* @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
|
|
19
|
-
* @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.
|
|
20
|
-
*/
|
|
21
|
-
constructor(compare, clone = shallowClone) {
|
|
22
|
-
this._array = [];
|
|
23
|
-
this._compare = compare;
|
|
24
|
-
this._clone = clone;
|
|
25
|
-
}
|
|
26
|
-
/** The number of values in the queue. */
|
|
27
|
-
get length() { return this._array.length; }
|
|
28
|
-
/** Returns true if the queue contains no values. */
|
|
29
|
-
get isEmpty() { return 0 === this.length; }
|
|
30
|
-
/** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
|
|
31
|
-
[Symbol.iterator]() { return this._array[Symbol.iterator](); }
|
|
32
|
-
_swap(a, b) {
|
|
33
|
-
const temp = this._array[a];
|
|
34
|
-
this._array[a] = this._array[b];
|
|
35
|
-
this._array[b] = temp;
|
|
36
|
-
}
|
|
37
|
-
_heapify(index) {
|
|
38
|
-
let candidate = -1;
|
|
39
|
-
while (true) {
|
|
40
|
-
const right = 2 * (index + 1);
|
|
41
|
-
const left = right - 1;
|
|
42
|
-
if (left < this.length && this._compare(this._array[left], this._array[index]) < 0)
|
|
43
|
-
candidate = left;
|
|
44
|
-
else
|
|
45
|
-
candidate = index;
|
|
46
|
-
if (right < this.length && this._compare(this._array[right], this._array[candidate]) < 0)
|
|
47
|
-
candidate = right;
|
|
48
|
-
if (candidate !== index) {
|
|
49
|
-
this._swap(candidate, index);
|
|
50
|
-
index = candidate;
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
break;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
/**
|
|
58
|
-
* Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
|
|
59
|
-
* 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.
|
|
60
|
-
*/
|
|
61
|
-
sort() {
|
|
62
|
-
for (let i = Math.ceil(this.length / 2); i >= 0; i--)
|
|
63
|
-
this._heapify(i);
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* Pushes a value onto the queue according to the sorting criterion.
|
|
67
|
-
* @param value The value to insert
|
|
68
|
-
* @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
|
|
69
|
-
*/
|
|
70
|
-
push(value) {
|
|
71
|
-
const clone = this._clone(value);
|
|
72
|
-
let index = this.length;
|
|
73
|
-
this._array.push(clone);
|
|
74
|
-
while (index !== 0) {
|
|
75
|
-
const parent = Math.floor((index - 1) / 2);
|
|
76
|
-
if (this._compare(this._array[index], this._array[parent]) < 0) {
|
|
77
|
-
this._swap(index, parent);
|
|
78
|
-
index = parent;
|
|
79
|
-
}
|
|
80
|
-
else {
|
|
81
|
-
break;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
return clone;
|
|
85
|
-
}
|
|
86
|
-
/** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
|
|
87
|
-
* After using this function, you must manually invoke sort() to ensure the queue is sorted again.
|
|
88
|
-
* @param value The value to append
|
|
89
|
-
* @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
|
|
90
|
-
*/
|
|
91
|
-
append(value) {
|
|
92
|
-
const clone = this._clone(value);
|
|
93
|
-
this._array.push(clone);
|
|
94
|
-
return clone;
|
|
95
|
-
}
|
|
96
|
-
/** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
|
|
97
|
-
get front() {
|
|
98
|
-
return this._peek(0);
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* Removes the front-most element off of the queue and returns it.
|
|
102
|
-
* @returns The front-most element, or undefined if the queue is empty.
|
|
103
|
-
*/
|
|
104
|
-
pop() {
|
|
105
|
-
return this._pop(0);
|
|
106
|
-
}
|
|
107
|
-
/** Removes all values from the queue. */
|
|
108
|
-
clear() {
|
|
109
|
-
this._array.length = 0;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Removes the value at the specified index from the queue and reorders the queue.
|
|
113
|
-
* @param index The index of the value to remove
|
|
114
|
-
* @returns the value at the specified index, or undefined if the index is out of range.
|
|
115
|
-
*/
|
|
116
|
-
_pop(index) {
|
|
117
|
-
if (index < 0 || index >= this.length)
|
|
118
|
-
return undefined;
|
|
119
|
-
const root = this._array[index];
|
|
120
|
-
this._swap(index, this.length - 1);
|
|
121
|
-
this._array.length--;
|
|
122
|
-
this._heapify(index);
|
|
123
|
-
return root;
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* Returns the value at the specified index in the queue.
|
|
127
|
-
* @param index The index of the value to retrieve
|
|
128
|
-
* @returns the value at the specified index, or undefined if the index is out of range.
|
|
129
|
-
*/
|
|
130
|
-
_peek(index) {
|
|
131
|
-
if (index < 0 || index >= this.length)
|
|
132
|
-
return undefined;
|
|
133
|
-
else
|
|
134
|
-
return this._array[index];
|
|
135
|
-
}
|
|
136
|
-
}
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
/** @packageDocumentation
|
|
6
|
+
* @module Collections
|
|
7
|
+
*/
|
|
8
|
+
import { shallowClone } from "./SortedArray";
|
|
9
|
+
/**
|
|
10
|
+
* A [priority queue](https://en.wikipedia.org/wiki/Priority_queue) implemented as a heap array.
|
|
11
|
+
* 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.
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export class PriorityQueue {
|
|
15
|
+
/**
|
|
16
|
+
* Constructor
|
|
17
|
+
* @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.
|
|
18
|
+
* @param clone The function used to clone a value for insertion onto the queue. The default implementation simply returns its input.
|
|
19
|
+
* @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.
|
|
20
|
+
*/
|
|
21
|
+
constructor(compare, clone = shallowClone) {
|
|
22
|
+
this._array = [];
|
|
23
|
+
this._compare = compare;
|
|
24
|
+
this._clone = clone;
|
|
25
|
+
}
|
|
26
|
+
/** The number of values in the queue. */
|
|
27
|
+
get length() { return this._array.length; }
|
|
28
|
+
/** Returns true if the queue contains no values. */
|
|
29
|
+
get isEmpty() { return 0 === this.length; }
|
|
30
|
+
/** Returns an iterator over the contents of the heap suitable for use in `for-of` loops. */
|
|
31
|
+
[Symbol.iterator]() { return this._array[Symbol.iterator](); }
|
|
32
|
+
_swap(a, b) {
|
|
33
|
+
const temp = this._array[a];
|
|
34
|
+
this._array[a] = this._array[b];
|
|
35
|
+
this._array[b] = temp;
|
|
36
|
+
}
|
|
37
|
+
_heapify(index) {
|
|
38
|
+
let candidate = -1;
|
|
39
|
+
while (true) {
|
|
40
|
+
const right = 2 * (index + 1);
|
|
41
|
+
const left = right - 1;
|
|
42
|
+
if (left < this.length && this._compare(this._array[left], this._array[index]) < 0)
|
|
43
|
+
candidate = left;
|
|
44
|
+
else
|
|
45
|
+
candidate = index;
|
|
46
|
+
if (right < this.length && this._compare(this._array[right], this._array[candidate]) < 0)
|
|
47
|
+
candidate = right;
|
|
48
|
+
if (candidate !== index) {
|
|
49
|
+
this._swap(candidate, index);
|
|
50
|
+
index = candidate;
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Reorders the queue. This function should only (and *always*) be called when the criteria governing the ordering of items on the queue have changed.
|
|
59
|
+
* 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.
|
|
60
|
+
*/
|
|
61
|
+
sort() {
|
|
62
|
+
for (let i = Math.ceil(this.length / 2); i >= 0; i--)
|
|
63
|
+
this._heapify(i);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Pushes a value onto the queue according to the sorting criterion.
|
|
67
|
+
* @param value The value to insert
|
|
68
|
+
* @returns The inserted value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
|
|
69
|
+
*/
|
|
70
|
+
push(value) {
|
|
71
|
+
const clone = this._clone(value);
|
|
72
|
+
let index = this.length;
|
|
73
|
+
this._array.push(clone);
|
|
74
|
+
while (index !== 0) {
|
|
75
|
+
const parent = Math.floor((index - 1) / 2);
|
|
76
|
+
if (this._compare(this._array[index], this._array[parent]) < 0) {
|
|
77
|
+
this._swap(index, parent);
|
|
78
|
+
index = parent;
|
|
79
|
+
}
|
|
80
|
+
else {
|
|
81
|
+
break;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return clone;
|
|
85
|
+
}
|
|
86
|
+
/** Pushes a value onto the back of the queue without making any attempt to enforce ordering.
|
|
87
|
+
* After using this function, you must manually invoke sort() to ensure the queue is sorted again.
|
|
88
|
+
* @param value The value to append
|
|
89
|
+
* @returns The appended value, cloned according to the [[CloneFunction]] supplied to this queue's constructor.
|
|
90
|
+
*/
|
|
91
|
+
append(value) {
|
|
92
|
+
const clone = this._clone(value);
|
|
93
|
+
this._array.push(clone);
|
|
94
|
+
return clone;
|
|
95
|
+
}
|
|
96
|
+
/** Returns the element at the front of the queue, or `undefined` if the queue is empty. */
|
|
97
|
+
get front() {
|
|
98
|
+
return this._peek(0);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Removes the front-most element off of the queue and returns it.
|
|
102
|
+
* @returns The front-most element, or undefined if the queue is empty.
|
|
103
|
+
*/
|
|
104
|
+
pop() {
|
|
105
|
+
return this._pop(0);
|
|
106
|
+
}
|
|
107
|
+
/** Removes all values from the queue. */
|
|
108
|
+
clear() {
|
|
109
|
+
this._array.length = 0;
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Removes the value at the specified index from the queue and reorders the queue.
|
|
113
|
+
* @param index The index of the value to remove
|
|
114
|
+
* @returns the value at the specified index, or undefined if the index is out of range.
|
|
115
|
+
*/
|
|
116
|
+
_pop(index) {
|
|
117
|
+
if (index < 0 || index >= this.length)
|
|
118
|
+
return undefined;
|
|
119
|
+
const root = this._array[index];
|
|
120
|
+
this._swap(index, this.length - 1);
|
|
121
|
+
this._array.length--;
|
|
122
|
+
this._heapify(index);
|
|
123
|
+
return root;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Returns the value at the specified index in the queue.
|
|
127
|
+
* @param index The index of the value to retrieve
|
|
128
|
+
* @returns the value at the specified index, or undefined if the index is out of range.
|
|
129
|
+
*/
|
|
130
|
+
_peek(index) {
|
|
131
|
+
if (index < 0 || index >= this.length)
|
|
132
|
+
return undefined;
|
|
133
|
+
else
|
|
134
|
+
return this._array[index];
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
137
|
//# sourceMappingURL=PriorityQueue.js.map
|