static class MinHashFilter.FixedSizeTreeSet<E extends java.lang.Comparable<E>>
extends java.util.TreeSet<E>
| Modifier and Type | Field and Description |
|---|---|
private int |
capacity |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
FixedSizeTreeSet() |
FixedSizeTreeSet(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E toAdd) |
addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
private final int capacity