public static class DocumentFeature.StopWordSet extends LinkedHashSet<String>
| Constructor and Description |
|---|
DocumentFeature.StopWordSet(boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isCaseSensitive() |
add, clear, clone, contains, isEmpty, iterator, remove, sizeremoveAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic DocumentFeature.StopWordSet(boolean caseSensitive)
public 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 © 2017. All Rights Reserved.