Uses of Class
de.grogra.xl.util.ShortList
Packages that use ShortList
-
Uses of ShortList in de.grogra.rgg
Methods in de.grogra.rgg that return ShortListModifier and TypeMethodDescriptionstatic ShortListLibrary.operator$shl(ShortList list, short value) This operator method addsvalueas last element tolist.Methods in de.grogra.rgg with parameters of type ShortListModifier and TypeMethodDescriptionstatic shortLibrary.operator$index(ShortList list, int index) This operator method is an alias forlist.get(index).static ShortListLibrary.operator$shl(ShortList list, short value) This operator method addsvalueas last element tolist. -
Uses of ShortList in de.grogra.xl.util
Methods in de.grogra.xl.util that return ShortListModifier and TypeMethodDescriptionShortList.addAll(short[] v, int begin, int length) Appendslengthcomponents ofvto this list, starting at indexbegin.Appends all elements ofvto this list.final ShortListShortList.push(short o) Pushesoon top of this list, i.e., as last element.final ShortListShortList.push(short o1, short o2) Pusheso1ando2on top of this list, i.e., as last elements.final ShortListShortList.push(short o1, short o2, short o3) Pusheso1 ... o3on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type ShortList