public interface

VoidValue

implements Value
com.sun.jdi.VoidValue
Known Indirect Subclasses

Class Overview

Provides access to a primitive void value in the target VM.

Summary

Public Methods
abstract boolean equals(Object obj)
Compares the specified Object with this VoidValue for equality.
abstract int hashCode()
Returns the hash code value for this VoidValue.
[Expand]
Inherited Methods
From interface com.sun.jdi.Mirror
From interface com.sun.jdi.Value

Public Methods

public abstract boolean equals (Object obj)

Compares the specified Object with this VoidValue for equality.

Parameters
obj the reference object with which to compare.
Returns
  • true if the Object is a VoidValue; false otherwise.

public abstract int hashCode ()

Returns the hash code value for this VoidValue.

Returns
  • the hash code