Package org.jpmml.sparkml
Class DocumentFeature.StopWordSet
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,Set<String>
- Enclosing class:
- DocumentFeature
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.LinkedHashSet
spliteratorMethods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, toArray, toArrayMethods inherited from class java.util.AbstractSet
removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
StopWordSet
public StopWordSet(boolean caseSensitive)
-
-
Method Details
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<String>- Specified by:
hashCodein interfaceSet<String>- Overrides:
hashCodein classAbstractSet<String>
-
equals
- Specified by:
equalsin interfaceCollection<String>- Specified by:
equalsin interfaceSet<String>- Overrides:
equalsin classAbstractSet<String>
-
isCaseSensitive
public boolean isCaseSensitive()
-