コード例 #1
0
ファイル: LLStack.java プロジェクト: zabbieru/web-crawler
 public void push(String thisPage) {
   theList.insertHead(thisPage); // inserts the newdata at the top of the stack
 }