- All Implemented Interfaces:
- Serializable,- Comparable<VarHandle.AccessMode>,- Constable
- Enclosing class:
- VarHandle
public static enum VarHandle.AccessMode extends Enum<VarHandle.AccessMode>
The set of access modes that specify how a variable, referenced by a
 VarHandle, is accessed.
- 
Nested Class Summary
- 
Enum Constant SummaryEnum Constants Enum Constant Description COMPARE_AND_EXCHANGEThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchangeCOMPARE_AND_EXCHANGE_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchangeAcquireCOMPARE_AND_EXCHANGE_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchangeReleaseCOMPARE_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.compareAndSetGETThe access mode whose access is specified by the corresponding methodVarHandle.getGET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAcquireGET_AND_ADDThe access mode whose access is specified by the corresponding methodVarHandle.getAndAddGET_AND_ADD_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndAddAcquireGET_AND_ADD_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndAddReleaseGET_AND_BITWISE_ANDThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAndGET_AND_BITWISE_AND_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAndAcquireGET_AND_BITWISE_AND_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAndReleaseGET_AND_BITWISE_ORThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOrGET_AND_BITWISE_OR_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOrAcquireGET_AND_BITWISE_OR_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOrReleaseGET_AND_BITWISE_XORThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXorGET_AND_BITWISE_XOR_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXorAcquireGET_AND_BITWISE_XOR_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXorReleaseGET_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.getAndSetGET_AND_SET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndSetAcquireGET_AND_SET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndSetReleaseGET_OPAQUEThe access mode whose access is specified by the corresponding methodVarHandle.getOpaqueGET_VOLATILEThe access mode whose access is specified by the corresponding methodVarHandle.getVolatileSETThe access mode whose access is specified by the corresponding methodVarHandle.setSET_OPAQUEThe access mode whose access is specified by the corresponding methodVarHandle.setOpaqueSET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.setReleaseSET_VOLATILEThe access mode whose access is specified by the corresponding methodVarHandle.setVolatileWEAK_COMPARE_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetWEAK_COMPARE_AND_SET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetAcquireWEAK_COMPARE_AND_SET_PLAINThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetPlainWEAK_COMPARE_AND_SET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetRelease
- 
Method SummaryModifier and Type Method Description StringmethodName()Returns theVarHandlesignature-polymorphic method name associated with thisAccessModevalue.static VarHandle.AccessModevalueFromMethodName(String methodName)Returns theAccessModevalue associated with the specifiedVarHandlesignature-polymorphic method name.static VarHandle.AccessModevalueOf(String name)Returns the enum constant of this type with the specified name.static VarHandle.AccessMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Enum Constant Details- 
GETThe access mode whose access is specified by the corresponding methodVarHandle.get
- 
SETThe access mode whose access is specified by the corresponding methodVarHandle.set
- 
GET_VOLATILEThe access mode whose access is specified by the corresponding methodVarHandle.getVolatile
- 
SET_VOLATILEThe access mode whose access is specified by the corresponding methodVarHandle.setVolatile
- 
GET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAcquire
- 
SET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.setRelease
- 
GET_OPAQUEThe access mode whose access is specified by the corresponding methodVarHandle.getOpaque
- 
SET_OPAQUEThe access mode whose access is specified by the corresponding methodVarHandle.setOpaque
- 
COMPARE_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.compareAndSet
- 
COMPARE_AND_EXCHANGEThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchange
- 
COMPARE_AND_EXCHANGE_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchangeAcquire
- 
COMPARE_AND_EXCHANGE_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.compareAndExchangeRelease
- 
WEAK_COMPARE_AND_SET_PLAINThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetPlain
- 
WEAK_COMPARE_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSet
- 
WEAK_COMPARE_AND_SET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetAcquire
- 
WEAK_COMPARE_AND_SET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.weakCompareAndSetRelease
- 
GET_AND_SETThe access mode whose access is specified by the corresponding methodVarHandle.getAndSet
- 
GET_AND_SET_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndSetAcquire
- 
GET_AND_SET_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndSetRelease
- 
GET_AND_ADDThe access mode whose access is specified by the corresponding methodVarHandle.getAndAdd
- 
GET_AND_ADD_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndAddAcquire
- 
GET_AND_ADD_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndAddRelease
- 
GET_AND_BITWISE_ORThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOr
- 
GET_AND_BITWISE_OR_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOrRelease
- 
GET_AND_BITWISE_OR_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseOrAcquire
- 
GET_AND_BITWISE_ANDThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAnd
- 
GET_AND_BITWISE_AND_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAndRelease
- 
GET_AND_BITWISE_AND_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseAndAcquire
- 
GET_AND_BITWISE_XORThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXor
- 
GET_AND_BITWISE_XOR_RELEASEThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXorRelease
- 
GET_AND_BITWISE_XOR_ACQUIREThe access mode whose access is specified by the corresponding methodVarHandle.getAndBitwiseXorAcquire
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
methodNameReturns theVarHandlesignature-polymorphic method name associated with thisAccessModevalue.- Returns:
- the signature-polymorphic method name
- See Also:
- valueFromMethodName(java.lang.String)
 
- 
valueFromMethodNameReturns theAccessModevalue associated with the specifiedVarHandlesignature-polymorphic method name.- Parameters:
- methodName- the signature-polymorphic method name
- Returns:
- the AccessModevalue
- Throws:
- IllegalArgumentException- if there is no- AccessModevalue associated with method name (indicating the method name does not correspond to a- VarHandlesignature-polymorphic method name).
- See Also:
- methodName()
 
 
-