What are the Java Collection Classes That Implement List Interface ?

Java classes that implement List interface are...

  • AbstractList
  • AbstractSequentialList
  • ArrayList
  • AttributeList
  • CopyOnWriteArrayList
  • LinkedList
  • RoleList
  • RoleUnresolvedList
  • Stack
  • Vector


You May Interest

What is an EnumSet in Java ?

What are the Similarities Between HashSet and HashMap in Java ?

How Can We Improve the Performance of IdentityHashMap in Java ?

Why Collection Interface Doesn’t Extend Cloneable and Serializabl ...

What is Hash Collision in Java ?