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 ShortList
Library.operator$shl
(ShortList list, short value) This operator method addsvalue
as last element tolist
.Methods in de.grogra.rgg with parameters of type ShortListModifier and TypeMethodDescriptionstatic short
Library.operator$index
(ShortList list, int index) This operator method is an alias forlist.get(index)
.static ShortList
Library.operator$shl
(ShortList list, short value) This operator method addsvalue
as 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) Appendslength
components ofv
to this list, starting at indexbegin
.Appends all elements ofv
to this list.final ShortList
ShortList.push
(short o) Pusheso
on top of this list, i.e., as last element.final ShortList
ShortList.push
(short o1, short o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final ShortList
ShortList.push
(short o1, short o2, short o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type ShortList