We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aeebf commit 2c314e0Copy full SHA for 2c314e0
src/main/java/org/apache/commons/collections4/list/TreeList.java
@@ -33,7 +33,7 @@
33
* A {@code List} implementation that is optimized for fast insertions and
34
* removals at any index in the list.
35
* <p>
36
- * This list implementation utilises a tree structure internally to ensure that
+ * This list implementation utilizes a tree structure internally to ensure that
37
* all insertions and removals are O(log n). This provides much faster performance
38
* than both an {@code ArrayList} and a {@code LinkedList} where elements
39
* are inserted and removed repeatedly from anywhere in the list.
0 commit comments