public class PrivateConstructorInstantiationDemo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
state |
Modifier | Constructor and Description |
---|---|
private |
PrivateConstructorInstantiationDemo() |
private |
PrivateConstructorInstantiationDemo(int state) |
Modifier and Type | Method and Description |
---|---|
int |
getState() |