SomeDatapublic class SomeData extends Object A demo of a false immutable type. |
Fields Summary |
---|
private final Point | valueHolds the value |
Constructors Summary |
---|
public SomeData(Point value)Creates a new Monitor object.
this.value = value;
|
Methods Summary |
---|
public java.awt.Point | getValue()Getter for value.
return value;
|
|