langtools/test/tools/apt/Basics/goldenAggregate.txt
changeset 11870 bc664cc5f2a0
parent 11863 ac6277ec304a
parent 11869 d659025e6575
child 11871 08f8da764f8f
equal deleted inserted replaced
11863:ac6277ec304a 11870:bc664cc5f2a0
     1 
       
     2 public class Aggregate {
       
     3 
       
     4   private Aggregate();
       
     5 
       
     6   private static double hypot(double arg0,
       
     7     double arg1);
       
     8 
       
     9   public static void main(java.lang.String[] arg0);
       
    10 
       
    11   public boolean equals(Aggregate arg0);
       
    12 
       
    13   public int hashcode();
       
    14 }