Uses of Class
gw.util.concurrent.LockingLazyVar
-
Packages that use LockingLazyVar Package Description gw.lang.parser.coercers gw.util.concurrent -
-
Uses of LockingLazyVar in gw.lang.parser.coercers
Fields in gw.lang.parser.coercers declared as LockingLazyVar Modifier and Type Field Description static LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. BooleanPCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. BytePCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. CharPCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. DoublePCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. FloatPCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. IntPCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. LongPCoercerstatic LockingLazyVar<BasePrimitiveCoercer>BasePrimitiveCoercer. ShortPCoercerConstructors in gw.lang.parser.coercers with parameters of type LockingLazyVar Constructor Description BasePHighPriorityCoercer(LockingLazyVar<BasePrimitiveCoercer> delegate, int priority) -
Uses of LockingLazyVar in gw.util.concurrent
Methods in gw.util.concurrent that return LockingLazyVar Modifier and Type Method Description static <Q> LockingLazyVar<Q>LockingLazyVar. make(LockingLazyVar.LazyVarInit<Q> init)Creates a new LockingLazyVar based on the type of the LazyVarInit passed in.static <Q> LockingLazyVar<Q>LockingLazyVar. make(Lock lock, LockingLazyVar.LazyVarInit<Q> init)
-