blob: 54b95685448301241aae4719b21bfbcfc0363494 [file] [log] [blame]
package com.sun.jdi;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
public interface VoidValue extends Value {
public boolean equals(Object arg1);
public int hashCode();
}