public class PresetTree extends SearchTree<PresetQuery,Configuration>
SearchTree.ValueComparer
comparer, currentID, flatten, paramCount
Constructor and Description |
---|
PresetTree() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.Integer> |
getFromParameters(PresetQuery source) |
Parameter<java.lang.String> |
getPresetNames() |
Parameter<java.lang.String> |
getWorlds() |
protected void |
putAllParameters(SearchTree<PresetQuery,Configuration> other,
java.lang.Integer offset) |
protected java.lang.Integer |
putFromParameters(PresetQuery source,
java.lang.Integer id) |
boolean |
usesPresetNames() |
containsKey, get, get, getAllRanked, getAllRankedID, getValues, put, putAll
public boolean usesPresetNames()
protected void putAllParameters(SearchTree<PresetQuery,Configuration> other, java.lang.Integer offset)
putAllParameters
in class SearchTree<PresetQuery,Configuration>
protected java.lang.Integer putFromParameters(PresetQuery source, java.lang.Integer id)
putFromParameters
in class SearchTree<PresetQuery,Configuration>
protected java.util.Set<java.lang.Integer> getFromParameters(PresetQuery source)
getFromParameters
in class SearchTree<PresetQuery,Configuration>
public Parameter<java.lang.String> getPresetNames()
public Parameter<java.lang.String> getWorlds()