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

public Integer push(Integer item); //若是item爲null,則不入棧直接返回null。若是棧滿,也返回null。若是插入成功,返回item。 public Integer pop(); //出棧,若是爲空,則返回null。出棧時只移動棧頂指針,相應位置不置爲null public Integer peek(); //得到棧頂元素,若是爲空,則返回nul
相關文章
相關標籤/搜索