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