comparison java/src/java/util/Stack.d @ 21:9b96950f2c3c

the 'java' tree compiles on both D1-Tango and D2-Phobos
author Frank Benoit <benoit@tionex.de>
date Thu, 19 Mar 2009 20:38:55 +0100
parents eb8ff453285d
children
comparison
equal deleted inserted replaced
20:dccb717aa902 21:9b96950f2c3c
63 // return null; 63 // return null;
64 // } 64 // }
65 void ensureCapacity(int minCapacity){ 65 void ensureCapacity(int minCapacity){
66 implMissing( __FILE__, __LINE__ ); 66 implMissing( __FILE__, __LINE__ );
67 } 67 }
68 int opEquals(Object o){ 68 equals_t opEquals(Object o){
69 implMissing( __FILE__, __LINE__ ); 69 implMissing( __FILE__, __LINE__ );
70 return false; 70 return false;
71 } 71 }
72 Object firstElement(){ 72 Object firstElement(){
73 implMissing( __FILE__, __LINE__ ); 73 implMissing( __FILE__, __LINE__ );