public final class IntRange extends Object
| Constructor and Description |
|---|
IntRange() |
| Modifier and Type | Method and Description |
|---|---|
IntRange |
clear() |
IntRange |
clearEnd() |
IntRange |
clearStart() |
IntRange |
copyFrom(IntRange _other) |
int |
getEnd() |
int |
getSerializedSize() |
int |
getStart() |
boolean |
hasEnd() |
boolean |
hasStart() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
IntRange |
setEnd(int end) |
IntRange |
setStart(int start) |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasStart()
public int getStart()
public IntRange setStart(int start)
public IntRange clearStart()
public boolean hasEnd()
public int getEnd()
public IntRange setEnd(int end)
public IntRange clearEnd()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public IntRange clear()
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.