We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab25df commit 345b33aCopy full SHA for 345b33a
sql/core/src/main/java/org/apache/spark/sql/streaming/state/BoundedSortedMap.java
@@ -22,12 +22,12 @@
22
23
/**
24
* This class implements bounded {@link java.util.SortedMap} based on {@link java.util.TreeMap}.
25
- * <p/>
+ *
26
* As TreeMap does, this implementation sorts elements in natural order, and cuts off
27
* smaller elements to retain at most bigger N elements.
28
29
* You can provide reversed order of comparator to retain smaller elements instead.
30
31
* This class is not thread-safe, so synchronization would be needed to use this concurrently.
32
*
33
* @param <K> key type
0 commit comments