jdk/src/share/classes/java/util/List.java
changeset 4977 81902a400bbf
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4976:7419a22f407c 4977:81902a400bbf
    86  * interface.
    86  * interface.
    87  *
    87  *
    88  * <p>This interface is a member of the
    88  * <p>This interface is a member of the
    89  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    89  * <a href="{@docRoot}/../technotes/guides/collections/index.html">
    90  * Java Collections Framework</a>.
    90  * Java Collections Framework</a>.
       
    91  *
       
    92  * @param <E> the type of elements in this list
    91  *
    93  *
    92  * @author  Josh Bloch
    94  * @author  Josh Bloch
    93  * @author  Neal Gafter
    95  * @author  Neal Gafter
    94  * @see Collection
    96  * @see Collection
    95  * @see Set
    97  * @see Set