Uses of Class
xyz.cofe.text.tparse.LPointer
-
Uses of LPointer in xyz.cofe.text.tparse
Methods in xyz.cofe.text.tparse that return LPointer Modifier and Type Method Description LPointer<T>LPointer. clone()КлонированиеLPointer<T>LPointer. move(java.lang.Integer offset)Перемещение указателя n позиций вперед/назадMethods in xyz.cofe.text.tparse with parameters of type LPointer Modifier and Type Method Description intLPointer. compareTo(LPointer<T> o)Constructors in xyz.cofe.text.tparse with parameters of type LPointer Constructor Description LPointer(LPointer<T> sample)Конструктор копирования