package reverseIterator;

public class MyArrayListWithReverse<Any> implements ListWithReverse<Any>{
	
	...

}
