public static enum LongHeldDetectingReadWriteLock.AcquireMode extends Enum<LongHeldDetectingReadWriteLock.AcquireMode>
| Modifier and Type | Method and Description |
|---|---|
static LongHeldDetectingReadWriteLock.AcquireMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongHeldDetectingReadWriteLock.AcquireMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LongHeldDetectingReadWriteLock.AcquireMode Read
public static final LongHeldDetectingReadWriteLock.AcquireMode Write
public static LongHeldDetectingReadWriteLock.AcquireMode[] values()
for (LongHeldDetectingReadWriteLock.AcquireMode c : LongHeldDetectingReadWriteLock.AcquireMode.values()) System.out.println(c);
public static LongHeldDetectingReadWriteLock.AcquireMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.