@Immutable public class UDF extends Object implements OFValueType<UDF>
Modifier and Type | Field and Description |
---|---|
static UDF |
FULL_MASK |
static UDF |
NO_MASK |
static UDF |
ZERO |
Modifier and Type | Method and Description |
---|---|
UDF |
applyMask(UDF mask) |
int |
compareTo(UDF o) |
boolean |
equals(Object obj) |
int |
getInt() |
int |
getLength() |
int |
hashCode() |
static UDF |
of(int raw) |
void |
putTo(com.google.common.hash.PrimitiveSink sink) |
static UDF |
read4Bytes(io.netty.buffer.ByteBuf c) |
String |
toString() |
void |
write4Bytes(io.netty.buffer.ByteBuf c) |
public static final UDF ZERO
public static final UDF NO_MASK
public static final UDF FULL_MASK
public static UDF of(int raw)
public int getInt()
public int getLength()
getLength
in interface OFValueType<UDF>
public void write4Bytes(io.netty.buffer.ByteBuf c)
public static UDF read4Bytes(io.netty.buffer.ByteBuf c)
public UDF applyMask(UDF mask)
applyMask
in interface OFValueType<UDF>
public int compareTo(UDF o)
compareTo
in interface Comparable<UDF>
public void putTo(com.google.common.hash.PrimitiveSink sink)
putTo
in interface PrimitiveSinkable
Copyright © 2015. All rights reserved.