Package org.jpmml.sparkml
Class DocumentFeature.StopWordSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<String>
-
- org.jpmml.sparkml.DocumentFeature.StopWordSet
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Collection<String>,Set<String>
- Enclosing class:
- DocumentFeature
public static class DocumentFeature.StopWordSet extends LinkedHashSet<String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopWordSet(boolean caseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)inthashCode()booleanisCaseSensitive()-
Methods inherited from class java.util.LinkedHashSet
spliterator
-
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractSet
removeAll
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceCollection<String>- Specified by:
hashCodein interfaceSet<String>- Overrides:
hashCodein classAbstractSet<String>
-
equals
public boolean equals(Object object)
- Specified by:
equalsin interfaceCollection<String>- Specified by:
equalsin interfaceSet<String>- Overrides:
equalsin classAbstractSet<String>
-
isCaseSensitive
public boolean isCaseSensitive()
-
-