Uses of Class
com.google.re2j.Machine
-
-
Uses of Machine in com.google.re2j
Fields in com.google.re2j declared as Machine Modifier and Type Field Description (package private) MachineMachine. nextFields in com.google.re2j with type parameters of type Machine Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Machine>RE2. pooledMethods in com.google.re2j that return Machine Modifier and Type Method Description (package private) MachineRE2. get()Methods in com.google.re2j with parameters of type Machine Modifier and Type Method Description (package private) voidRE2. put(Machine m, boolean isNew)Constructors in com.google.re2j with parameters of type Machine Constructor Description Machine(Machine copy)Copy constructor, but does not includenext
-