308309310311312313314315316317318
ShortStack stack = (ShortStack) otherStack; if (stack.size() != 1) { return false; } return this.element1 == stack.peek(); } @Override public int hashCode() {