Class Stack<ITEM>

  • Type Parameters:
    ITEM - the data type
    All Implemented Interfaces:
    Iterable<ITEM>

    public class Stack<ITEM>
    extends Object
    implements Iterable<ITEM>
    Author:
    Alan Mantoux