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