jmu-Java-04面向對象進階-03-接口-自定義接口ArrayIntegerStack (10 分)

定義IntegerStack接口,用於描述一個存放Integer元素的棧的常見方法:java public Integer push(Integer item); //若是item爲null,則不入棧直接返回null。若是棧滿,也返回null。若是插入成功,返回item。 public Integer pop(); //出棧,若是爲空,則返回null。出棧時只移動棧頂指針,相應位置不置爲nu
相關文章
相關標籤/搜索