Uses of Class
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.Node.State
-
Packages that use Cache.ConcurrentLinkedHashMap.Node.State Package Description gw.util.concurrent -
-
Uses of Cache.ConcurrentLinkedHashMap.Node.State in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap.Node.State Modifier and Type Field Description private Cache.ConcurrentLinkedHashMap.Node.StateCache.ConcurrentLinkedHashMap.Node. stateFields in gw.util.concurrent with type parameters of type Cache.ConcurrentLinkedHashMap.Node.State Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<Cache.ConcurrentLinkedHashMap.Node,Cache.ConcurrentLinkedHashMap.Node.State>Cache.ConcurrentLinkedHashMap.Node. stateUpdaterMethods in gw.util.concurrent that return Cache.ConcurrentLinkedHashMap.Node.State Modifier and Type Method Description Cache.ConcurrentLinkedHashMap.Node.StateCache.ConcurrentLinkedHashMap.Node. getState()static Cache.ConcurrentLinkedHashMap.Node.StateCache.ConcurrentLinkedHashMap.Node.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Cache.ConcurrentLinkedHashMap.Node.State[]Cache.ConcurrentLinkedHashMap.Node.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.util.concurrent with parameters of type Cache.ConcurrentLinkedHashMap.Node.State Modifier and Type Method Description booleanCache.ConcurrentLinkedHashMap.Node. casState(Cache.ConcurrentLinkedHashMap.Node.State expect, Cache.ConcurrentLinkedHashMap.Node.State update)voidCache.ConcurrentLinkedHashMap.Node. setState(Cache.ConcurrentLinkedHashMap.Node.State state)
-