T - the type of the value@PublicApi
public interface IdentifiedValue<T>
CasIdentifier that can be used for "compare-and-swap" operations.| Modifier and Type | Method and Description |
|---|---|
CasIdentifier |
identifier()
Returns the
CasIdentifier associated with the value. |
T |
value()
Returns the value.
|
@Nonnull CasIdentifier identifier()
CasIdentifier associated with the value.CasIdentifier associated with the value.Copyright © 2015 Atlassian. All rights reserved.