/[classpath]/classpath/java/util/Stack.java
ViewVC logotype

Diff of /classpath/java/util/Stack.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.10 by mkoch, Wed Feb 16 11:18:38 2005 UTC
# Line 1  Line 1 
1  /* Stack.java - Class that provides a Last In First Out (LIFO)  /* Stack.java - Class that provides a Last In First Out (LIFO)
2     datatype, known more commonly as a Stack     datatype, known more commonly as a Stack
3     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 50  package java.util; Line 50  package java.util;
50   * methods for stack manipulation (push, pop, peek). You can also seek for   * methods for stack manipulation (push, pop, peek). You can also seek for
51   * the 1-based position of an element on the stack.   * the 1-based position of an element on the stack.
52   *   *
53   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy (warrenl@cygnus.com)
54   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
55   * @see List   * @see List
56   * @see AbstractList   * @see AbstractList
57   * @see LinkedList   * @see LinkedList

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26