Uses of Class
com.twineworks.tweakflow.lang.values.ListValue
Packages that use ListValue
-
Uses of ListValue in com.twineworks.tweakflow.lang.values
Methods in com.twineworks.tweakflow.lang.values that return ListValueModifier and TypeMethodDescriptionListValue.delete(long idx) ListValue.drop(int n) ListValue.init()Value.list()ListValue.reverse()ListValue.slice(int startIndex, int endIndex) ListValue.sort(Comparator comparator) ListValue.tail()ListValue.take(int n) DictValue.values()Methods in com.twineworks.tweakflow.lang.values with parameters of type ListValue