public class IntOrString extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IntOrString.IntOrStringAdapter |
| Constructor and Description |
|---|
IntOrString(int value) |
IntOrString(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getIntValue() |
String |
getStrValue() |
int |
hashCode() |
boolean |
isInteger() |
String |
toString() |
Copyright © 2022. All rights reserved.