Object Oriented Software Engineering   View all facts   Glossary   Help | 
| subject > component > module > Java module > Java class > Java collection class > LinkedList | 
| LinkedList comparison table | |||
| Subject | be | is a kind of | is an instance of | 
|---|---|---|---|
| Java collection class | abstract if it has one or more abstract methods | Java class | |
| LinkedList | more efficient than ArrayList and Vector for operations such as inserting an element in the middle | Java collection class | 
Next Java collection class: String     Up: Java collection class    Previous Java collection class: ArrayList