public static class InDimFilter.ValuesSet extends com.google.common.collect.ForwardingSortedSet<String>
| Constructor and Description |
|---|
ValuesSet() |
ValuesSet(Collection<String> values)
Create a ValuesSet from another Collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<String> |
delegate() |
SortedSet<ByteBuffer> |
toUtf8() |
comparator, first, headSet, last, standardContains, standardRemove, standardSubSet, subSet, tailSetequals, hashCode, standardEquals, standardHashCode, standardRemoveAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContainsAll, standardIsEmpty, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic ValuesSet()
public ValuesSet(Collection<String> values)
SortedSet with
an appropriate comparator.public SortedSet<ByteBuffer> toUtf8()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.