dlr         01/06/08 16:55:25

  Modified:    src/java/org/apache/turbine/util SequencedHashtable.java
  Log:
  Added constant denoting the index of the eldest element in the
  collection.
  
  Revision  Changes    Path
  1.7       +5 -0      
jakarta-turbine/src/java/org/apache/turbine/util/SequencedHashtable.java
  
  Index: SequencedHashtable.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/util/SequencedHashtable.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SequencedHashtable.java   2001/06/04 03:56:34     1.6
  +++ SequencedHashtable.java   2001/06/08 23:55:24     1.7
  @@ -78,6 +78,11 @@
   public class SequencedHashtable extends Hashtable
   {
       /**
  +     * The index of the eldest element in the collection.
  +     */
  +    protected static final int ELDEST_INDEX = 0;
  +
  +    /**
        * Indicator for an unknown index.
        */
       private static final int UKNOWN_INDEX = -1;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to