H
- - the hashvaluepublic static interface HashValue.Builder<H>
Modifier and Type | Method and Description |
---|---|
HashValue.Builder<H> |
add(H other)
perform an arithmetic addition of this value and other.
|
HashValue.Builder<H> |
and(H other)
and the value stored in this mutator with another value value of the same type
|
H |
build() |
HashValue.Builder<H> |
invert()
bitwise invert the value stored in this mutator
|
HashValue.Builder<H> |
or(H other)
or the value stored in this mutator with another value value of the same type
|
HashValue.Builder<H> |
subtract(H other)
arithmetically substract the given 'other' value from the value stored in this mutator.
|
HashValue.Builder<H> |
xor(H other)
xor the value stored in this mutator with another value value of the same type
|
HashValue.Builder<H> add(H other)
other
- HashValue.Builder<H> subtract(H other)
other
- HashValue.Builder<H> invert()
HashValue.Builder<H> or(H other)
HashValue.Builder<H> and(H other)
HashValue.Builder<H> xor(H other)
H build()
Copyright © 2015. All rights reserved.