Uses of Package
gw.util.concurrent
-
Classes in gw.util.concurrent used by editor Class Description ConcurrentWeakValueHashMap Adapted from com.intellij.util.containers.ConcurrentWeakValueHashMapLocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by editor.debugger Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.compiler Class Description Cache static var MY_CACHE = new Cache( 1000, \ foo -> getBar( foo ) ) -
Classes in gw.util.concurrent used by gw.internal.gosu.dynamic Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.internal.gosu.ir.transform Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.ir.transform.expression Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.javadoc Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.module Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.parser Class Description Cache static var MY_CACHE = new Cache( 1000, \ foo -> getBar( foo ) ) LockingLazyVar LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.parser.expressions Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.internal.gosu.parser.fragments Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.internal.gosu.parser.gwPlatform Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.parser.java.classinfo Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.properties Class Description LockingLazyVar LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.internal.gosu.template Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.lang Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.lang.ir Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.lang.parser Class Description Cache static var MY_CACHE = new Cache( 1000, \ foo -> getBar( foo ) ) Cache.MissHandler -
Classes in gw.util.concurrent used by gw.lang.parser.coercers Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.lang.reflect Class Description LockingLazyVar LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.lang.reflect.gs Class Description LockingLazyVar LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.lang.reflect.java Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.lang.reflect.json Class Description LocklessLazyVar Implements the lazy initialization pattern. -
Classes in gw.util.concurrent used by gw.util Class Description LockingLazyVar -
Classes in gw.util.concurrent used by gw.util.concurrent Class Description Cache static var MY_CACHE = new Cache( 1000, \ foo -> getBar( foo ) ) Cache.ConcurrentLinkedHashMap AConcurrentMapwith a doubly-linked list running through its entries.Cache.ConcurrentLinkedHashMap.EvictionListener A listener registered for notification when an entry is evicted.Cache.ConcurrentLinkedHashMap.EvictionPolicy The replacement policy to apply to determine which entry to discard to when the capacity has been reached.Cache.ConcurrentLinkedHashMap.Node A node on the double-linked list.Cache.ConcurrentLinkedHashMap.Node.State Cache.MissHandler ConcurrentWeakHashMap.HashEntry ConcurrentWeakHashMap list entry.ConcurrentWeakHashMap.HashIterator ConcurrentWeakHashMap.Segment Segments are specialized versions of hash tables.ConcurrentWeakHashMap.SimpleEntry ConcurrentWeakValueHashMap.MyReference LockingLazyVar LockingLazyVar.LazyVarInit A simple init interface to make LockingLazyVar's easier to construct from gosu.LocklessLazyVar Implements the lazy initialization pattern.LocklessLazyVar.LazyVarInit A simple init interface to make LockingLazyVar's easier to construct from gosu.