jdk/src/java.base/share/classes/java/util/AbstractList.java
changeset 32649 2ee9017c7597
parent 25859 3317bb8137f4
child 36747 b984c3a69c74
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
   113     /**
   113     /**
   114      * {@inheritDoc}
   114      * {@inheritDoc}
   115      *
   115      *
   116      * @throws IndexOutOfBoundsException {@inheritDoc}
   116      * @throws IndexOutOfBoundsException {@inheritDoc}
   117      */
   117      */
   118     abstract public E get(int index);
   118     public abstract E get(int index);
   119 
   119 
   120     /**
   120     /**
   121      * {@inheritDoc}
   121      * {@inheritDoc}
   122      *
   122      *
   123      * @implSpec
   123      * @implSpec