// this code has problem public class DirectionList {
private static Direction[] list;// this array is creating problems private int next = 0; private final i