| Modifier | Constructor and Description |
|---|---|
protected |
BitwiseOperatorBuilder(Update reference,
String key)
Creates a new
Update.BitwiseOperatorBuilder. |
| Modifier and Type | Method and Description |
|---|---|
Update |
and(long value)
Updates to the result of a bitwise and operation between the current value and the given one.
|
Update |
or(long value)
Updates to the result of a bitwise or operation between the current value and the given one.
|
Update |
xor(long value)
Updates to the result of a bitwise xor operation between the current value and the given one.
|
protected BitwiseOperatorBuilder(Update reference, String key)
Update.BitwiseOperatorBuilder.reference - must not be nullkey - must not be nullpublic Update and(long value)
value - public Update or(long value)
value - public Update xor(long value)
value - Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.