Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
HashValue.Builder<H> |
HashValue.Builder.add(H other)
perform an arithmetic addition of this value and other.
|
HashValue.Builder<H> |
HashValue.Builder.and(H other)
and the value stored in this mutator with another value value of the same type
|
HashValue.Builder<H> |
HashValue.builder()
create and return a builder
|
HashValue.Builder<U128> |
U128.builder() |
HashValue.Builder<U64> |
U64.builder() |
HashValue.Builder<H> |
HashValue.Builder.invert()
bitwise invert the value stored in this mutator
|
HashValue.Builder<H> |
HashValue.Builder.or(H other)
or the value stored in this mutator with another value value of the same type
|
HashValue.Builder<H> |
HashValue.Builder.subtract(H other)
arithmetically substract the given 'other' value from the value stored in this mutator.
|
HashValue.Builder<H> |
HashValue.Builder.xor(H other)
xor the value stored in this mutator with another value value of the same type
|
Copyright © 2015. All rights reserved.