Skip to content

Commit

Permalink
Fix javadoc of champ collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Oct 15, 2024
1 parent 628693f commit f5f860c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@
* All operations on this map can be performed concurrently, without a need for
* synchronisation.
* <p>
* The immutable version of this map extends from the non-public class
* {@code ChampBitmapIndexNode}. This design safes 16 bytes for every instance,
* and reduces the number of redirections for finding an element in the
* collection by 1.
* <p>
* References:
* <p>
* Portions of the code in this class has been derived from 'The Capsule Hash Trie Collections Library'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@
* If the number of tombstones exceeds half of the size of the collection, we renumber all
* sequence numbers, and we create a new Vector.
* <p>
* The immutable version of this set extends from the non-public class
* {@code ChampBitmapIndexNode}. This design safes 16 bytes for every instance,
* and reduces the number of redirections for finding an element in the
* collection by 1.
* <p>
* References:
* <p>
* For a similar design, see 'SimpleImmutableSequencedMap.scala'. Note, that this code is not a derivative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
* If the number of tombstones exceeds half of the size of the collection, we renumber all
* sequence numbers, and we create a new Vector.
* <p>
* The immutable version of this set extends from the non-public class
* {@code ChampBitmapIndexNode}. This design safes 16 bytes for every instance,
* and reduces the number of redirections for finding an element in the
* collection by 1.
* <p>
* References:
* <p>
* For a similar design, see 'SimpleImmutableSequencedMap.scala'. Note, that this code is not a derivative
Expand Down

0 comments on commit f5f860c

Please sign in to comment.