Java View all facts Glossary Help |
| specification > class > collection class > LinkedList |
| LinkedList comparison table | |||||
| Subject | have | be | is a kind of | is a subtopic of | is an instance of |
|---|---|---|---|---|---|
| collection class | iterator method for doing something with every member of the collection | the unit of data abstraction in an object-oriented program | class | Collections | |
| LinkedList | specification | more efficient than ArrayList and Vector class for operations such as inserting an element in the middle | Example Classes | collection class |
Next collection class: String class Up: collection class Previous collection class: ArrayList