Uses of Package
gw.util.concurrent
Packages that use gw.util.concurrent
Package
Description
-
Classes in gw.util.concurrent used by editorClassDescriptionAdapted from com.intellij.util.containers.ConcurrentWeakValueHashMapImplements the lazy initialization pattern.
-
Classes in gw.util.concurrent used by editor.debugger
-
Classes in gw.util.concurrent used by gw.internal.gosu.compiler
-
Classes in gw.util.concurrent used by gw.internal.gosu.dynamic
-
Classes in gw.util.concurrent used by gw.internal.gosu.ir.transform
-
Classes in gw.util.concurrent used by gw.internal.gosu.ir.transform.expression
-
Classes in gw.util.concurrent used by gw.internal.gosu.javadoc
-
Classes in gw.util.concurrent used by gw.internal.gosu.module
-
Classes in gw.util.concurrent used by gw.internal.gosu.parserClassDescriptionstatic var MY_CACHE = new Cache<Foo, Bar>( 1000, \ foo -> getBar( foo ) )Implements the lazy initialization pattern.
-
Classes in gw.util.concurrent used by gw.internal.gosu.parser.expressions
-
Classes in gw.util.concurrent used by gw.internal.gosu.parser.fragments
-
Classes in gw.util.concurrent used by gw.internal.gosu.parser.gwPlatform
-
Classes in gw.util.concurrent used by gw.internal.gosu.parser.java.classinfo
-
Classes in gw.util.concurrent used by gw.internal.gosu.properties
-
Classes in gw.util.concurrent used by gw.internal.gosu.template
-
Classes in gw.util.concurrent used by gw.lang
-
Classes in gw.util.concurrent used by gw.lang.ir
-
Classes in gw.util.concurrent used by gw.lang.parserClassDescriptionstatic var MY_CACHE = new Cache<Foo, Bar>( 1000, \ foo -> getBar( foo ) )
-
Classes in gw.util.concurrent used by gw.lang.parser.coercers
-
Classes in gw.util.concurrent used by gw.lang.reflect
-
Classes in gw.util.concurrent used by gw.lang.reflect.gs
-
Classes in gw.util.concurrent used by gw.lang.reflect.java
-
Classes in gw.util.concurrent used by gw.lang.reflect.json
-
Classes in gw.util.concurrent used by gw.util
-
Classes in gw.util.concurrent used by gw.util.concurrentClassDescriptionstatic var MY_CACHE = new Cache<Foo, Bar>( 1000, \ foo -> getBar( foo ) )A
ConcurrentMap
with a doubly-linked list running through its entries.A listener registered for notification when an entry is evicted.The replacement policy to apply to determine which entry to discard to when the capacity has been reached.A node on the double-linked list.ConcurrentWeakHashMap list entry.Segments are specialized versions of hash tables.A simple init interface to make LockingLazyVar's easier to construct from gosu.Implements the lazy initialization pattern.A simple init interface to make LockingLazyVar's easier to construct from gosu.