public class OFOxsList extends Object implements Iterable<OFOxs<?>>, Writeable, PrimitiveSinkable
| Modifier and Type | Class and Description |
|---|---|
static class |
OFOxsList.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFOxsList.Builder |
createBuilder() |
boolean |
equals(Object obj) |
<T extends OFValueType<T>> |
get(StatField<T> statField) |
int |
hashCode() |
Iterator<OFOxs<?>> |
iterator() |
static OFOxsList |
of(OFOxs<?>... oxss) |
static OFOxsList |
ofList(Iterable<OFOxs<?>> oxsList) |
void |
putTo(com.google.common.hash.PrimitiveSink sink)
Dump the state of this object into a
PrimitiveSink (e.g., a Hasher) for the purpose
of computing a strong hash. |
static OFOxsList |
readFrom(io.netty.buffer.ByteBuf bb,
int length,
OFMessageReader<OFOxs<?>> reader) |
String |
toString() |
void |
writeTo(io.netty.buffer.ByteBuf bb) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final OFOxsList EMPTY
public <T extends OFValueType<T>> OFOxs<T> get(StatField<T> statField)
public static OFOxsList readFrom(io.netty.buffer.ByteBuf bb, int length, OFMessageReader<OFOxs<?>> reader) throws OFParseError
OFParseErrorpublic void writeTo(io.netty.buffer.ByteBuf bb)
public OFOxsList.Builder createBuilder()
public void putTo(com.google.common.hash.PrimitiveSink sink)
PrimitiveSinkablePrimitiveSink (e.g., a Hasher) for the purpose
of computing a strong hash.
Equality contract:
Equal objects must dump the equal data into the sink, non-equal objects must dump different
data into the sink. Please see the interface documentation of PrimitiveSink for more
details and caveats/traps.putTo in interface PrimitiveSinkablesink - the sink to dump the object state into.Copyright © 2019. All rights reserved.