public class ByteTag extends Tag<Byte>
| Constructor and Description |
|---|
ByteTag(String name,
boolean value) |
ByteTag(String name,
byte value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getAsBoolean() |
byte |
getPrimitiveValue() |
Byte |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2019. All rights reserved.