Skip to content

Commit e0facc9

Browse files
MP-11740 Update comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 618abd3 commit e0facc9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/com/trivago/fastutilconcurrentwrapper/impl/longs/FloorableLongShortAVLTreeMap.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
* overhead is O(1). The additional method-call frame adds negligible latency
2121
* (~1 ns) compared to the O(log n) tree traversal (~100–500 ns at 10M entries).
2222
*
23-
* <p>This class is placed in the {@code it.unimi.dsi.fastutil.longs} package
24-
* to allow future access to package-private tree internals if a more optimized
25-
* implementation becomes necessary.
23+
* <p>This wrapper lives in this project's implementation package and provides
24+
* floor-entry behavior without relying on fastutil package-private internals.
2625
*
2726
* @see Long2ShortAVLTreeMap
2827
* @see Long2ShortSortedMap#headMap(long)

0 commit comments

Comments
 (0)