Uses of Class
de.grogra.xl.util.LongList
Packages that use LongList
-
Uses of LongList in de.grogra.rgg
Methods in de.grogra.rgg that return LongListModifier and TypeMethodDescriptionstatic LongList
Library.operator$shl
(LongList list, long value) This operator method addsvalue
as last element tolist
.Methods in de.grogra.rgg with parameters of type LongListModifier and TypeMethodDescriptionstatic long
Library.operator$index
(LongList list, int index) This operator method is an alias forlist.get(index)
.static LongList
Library.operator$shl
(LongList list, long value) This operator method addsvalue
as last element tolist
. -
Uses of LongList in de.grogra.xl.query
Fields in de.grogra.xl.query declared as LongList -
Uses of LongList in de.grogra.xl.util
Methods in de.grogra.xl.util that return LongListModifier and TypeMethodDescriptionLongList.addAll
(long[] v, int begin, int length) Appendslength
components ofv
to this list, starting at indexbegin
.Appends all elements ofv
to this list.final LongList
LongList.push
(long o) Pusheso
on top of this list, i.e., as last element.final LongList
LongList.push
(long o1, long o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final LongList
LongList.push
(long o1, long o2, long o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type LongList