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 CharListLibrary.operator$shl(CharList list, char value) This operator method addsvalueas last element tolist.Methods in de.grogra.rgg with parameters of type CharListModifier and TypeMethodDescriptionstatic charLibrary.operator$index(CharList list, int index) This operator method is an alias forlist.get(index).static CharListLibrary.operator$shl(CharList list, char value) This operator method addsvalueas 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) Appendslengthcomponents ofvto this list, starting at indexbegin.Appends all elements ofvto this list.final CharListCharList.push(char o) Pushesoon top of this list, i.e., as last element.final CharListCharList.push(char o1, char o2) Pusheso1ando2on top of this list, i.e., as last elements.final CharListCharList.push(char o1, char o2, char o3) Pusheso1 ... o3on top of this list, i.e., as last elements.Methods in de.grogra.xl.util with parameters of type CharList