| Modifier and Type | Method and Description |
|---|---|
void |
add(T option)
add a stack to the list, this will merge the stack with an item already in the list if found.
|
java.util.Collection<T> |
findFuzzy(T input,
FuzzyMode fuzzy) |
T |
findPrecise(T i) |
boolean |
isEmpty() |
void add(T option)
option - added stackT findPrecise(T i)
i - compared itemjava.util.Collection<T> findFuzzy(T input, FuzzyMode fuzzy)
input - compared itemboolean isEmpty()