< prev index next >

src/java.base/share/classes/java/util/ArrayList.java

Print this page

        

*** 26,36 **** package java.util; import java.util.function.Consumer; import java.util.function.Predicate; import java.util.function.UnaryOperator; ! import jdk.internal.misc.SharedSecrets; /** * Resizable-array implementation of the {@code List} interface. Implements * all optional list operations, and permits all elements, including * {@code null}. In addition to implementing the {@code List} interface, --- 26,36 ---- package java.util; import java.util.function.Consumer; import java.util.function.Predicate; import java.util.function.UnaryOperator; ! import jdk.internal.access.SharedSecrets; /** * Resizable-array implementation of the {@code List} interface. Implements * all optional list operations, and permits all elements, including * {@code null}. In addition to implementing the {@code List} interface,
< prev index next >