public abstract class RemoveStopWords extends Object implements Serializable, CompoundType
| Constructor and Description |
|---|
RemoveStopWords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract Object |
getInsideValue() |
int |
hashCode() |
static RemoveStopWords |
of(Boolean bool) |
static RemoveStopWords |
of(List<String> strings) |
public static RemoveStopWords of(Boolean bool)
public static RemoveStopWords of(List<String> strings)
public abstract Object getInsideValue()
getInsideValue in interface CompoundTypeCopyright © 2018. All rights reserved.