Uses of Class
gw.util.concurrent.LocklessLazyVar
-
Packages that use LocklessLazyVar Package Description gw.lang.reflect gw.lang.reflect.gs gw.util.concurrent -
-
Uses of LocklessLazyVar in gw.lang.reflect
Subclasses of LocklessLazyVar in gw.lang.reflect Modifier and Type Class Description classClassLazyTypeResolverclassLazyTypeclassLazyTypeResolverclassNotLazyTypeResolverclassSimpleTypeLazyTypeResolverFields in gw.lang.reflect declared as LocklessLazyVar Modifier and Type Field Description static LocklessLazyVar<List<IJavaType>>DefaultArrayType. INTERFACES -
Uses of LocklessLazyVar in gw.lang.reflect.gs
Fields in gw.lang.reflect.gs declared as LocklessLazyVar Modifier and Type Field Description static LocklessLazyVar<Boolean>BytecodeOptions. JDWP_ENABLED -
Uses of LocklessLazyVar in gw.util.concurrent
Methods in gw.util.concurrent that return LocklessLazyVar Modifier and Type Method Description static <Q> LocklessLazyVar<Q>LocklessLazyVar. make(LocklessLazyVar.LazyVarInit<Q> closure)Creates a new LockingLazyVar based on the type of the LazyVarInit passed in.
-