Uses of Enum
gw.util.concurrent.Cache.ConcurrentLinkedHashMap.Node.State
Packages that use Cache.ConcurrentLinkedHashMap.Node.State
-
Uses of Cache.ConcurrentLinkedHashMap.Node.State in gw.util.concurrent
Fields in gw.util.concurrent declared as Cache.ConcurrentLinkedHashMap.Node.StateFields in gw.util.concurrent with type parameters of type Cache.ConcurrentLinkedHashMap.Node.StateModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<Cache.ConcurrentLinkedHashMap.Node,Cache.ConcurrentLinkedHashMap.Node.State> Cache.ConcurrentLinkedHashMap.Node.stateUpdaterMethods in gw.util.concurrent that return Cache.ConcurrentLinkedHashMap.Node.StateModifier and TypeMethodDescriptionCache.ConcurrentLinkedHashMap.Node.getState()Returns the enum constant of this type with the specified name.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.StateModifier and TypeMethodDescriptionbooleanCache.ConcurrentLinkedHashMap.Node.casState(Cache.ConcurrentLinkedHashMap.Node.State expect, Cache.ConcurrentLinkedHashMap.Node.State update) voidCache.ConcurrentLinkedHashMap.Node.setState(Cache.ConcurrentLinkedHashMap.Node.State state)