public static class DocumentFeature.StopWordSet extends LinkedHashSet<String>
| Constructor and Description |
|---|
StopWordSet(boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isCaseSensitive() |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeremoveAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic int hashCode()
hashCode in interface Collection<String>hashCode in interface Set<String>hashCode in class AbstractSet<String>public boolean equals(Object object)
equals in interface Collection<String>equals in interface Set<String>equals in class AbstractSet<String>public boolean isCaseSensitive()
Copyright © 2022. All rights reserved.