Java:实现基于链表的栈算法 package com.williamfiset.algorithms.datastructures.stack; public class ListStack<T> implements Iterable<