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