jdk-24/langtools/test/tools/apt/Basics/goldenAggregate.txt
2007-12-01 00:00:00 +00:00

15 lines
235 B
Plaintext

public class Aggregate {
private Aggregate();
private static double hypot(double arg0,
double arg1);
public static void main(java.lang.String[] arg0);
public boolean equals(Aggregate arg0);
public int hashcode();
}