Searched refs:BugStack (Results 1 – 1 of 1) sorted by relevance
174 static class BugStack<E> extends Stack<E> { class in StackTest186 BugStack<String> testStack = new BugStack<String>(); in test_pop_modify_elementCount()