blob: ab53470ff7981fbee1e23ef578afcf24c1165bb5 [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();
}