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, tailSet
containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private final int capacity