public class B extends Object
| Constructor and Description |
|---|
B(int i) |
B(int i,
int j) |
B(int i,
int j,
boolean b) |
| Modifier and Type | Method and Description |
|---|---|
int |
getI() |
int |
getJ() |
boolean |
isB() |
void |
setB(boolean b) |
void |
setI(int i) |
void |
setJ(int j) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.