Modifier and Type | Field and Description |
---|---|
protected VirtualMachineImpl |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. |
public int | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
pack-priv void | |
public VirtualMachine | virtualMachine()
Implements com. |
vm | back to summary |
---|---|
protected VirtualMachineImpl vm |
MirrorImpl | back to summary |
---|---|
pack-priv MirrorImpl(VirtualMachine aVm) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
validateMirror | back to summary |
---|---|
pack-priv void validateMirror(Mirror mirror) Throw NullPointerException on null mirror. Throw VMMismatchException on wrong VM. |
validateMirrorOrNull | back to summary |
---|---|
pack-priv void validateMirrorOrNull(Mirror mirror) Allow null mirror. Throw VMMismatchException on wrong VM. |
validateMirrors | back to summary |
---|---|
pack-priv void validateMirrors(Collection<? extends Mirror> mirrors) Throw NullPointerException on null mirrors. Throw VMMismatchException on wrong VM. |
validateMirrorsOrNulls | back to summary |
---|---|
pack-priv void validateMirrorsOrNulls(Collection<? extends Mirror> mirrors) Allow null mirrors. Throw VMMismatchException on wrong VM. |
virtualMachine | back to summary |
---|---|
public VirtualMachine virtualMachine() Implements com. Doc from com. Gets the VirtualMachine to which this Mirror belongs. A Mirror must be associated with a VirtualMachine to have any meaning.
|