List : Java Glossary

go to home page L words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish 2008-08-05 by Roedy Green ©1996-2008 Canadian Mind Products
index page for letter ⇒ punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
list
The word list in Java is only slightly less vague than the word thing. It has many meanings:
  1. The traditional computer science meaning is a group of objects linked together in a chain by references.
  2. The angle a boat tilts in the water.
  3. A prioritised todo list.
  4. java.awt.List, a scrolling list of choices from which you can select one. Like a Choice displayed already opened up. Further, it allows multiple selections if you use setMultipleMode( true ).
  5. java.util.List is an interface implemented by LinkedList, ArrayList and Vector that characterises array-like collections. You can convert an ordinary array into a List with Arrays.asList(myArray). A List is a Collection, but it is not a Set. Lists can have duplicates; Sets cannot.
  6. In dbAnywhere, a List is group of columns in an SQL table.

Learning More

Sun’s Javadoc on java.awt.List : available:
Sun’s Javadoc on java.util.List : available:
Sun’s Javadoc on Collections.binarySearch (Lists only) : available:
Sun’s Javadoc on Collections.shuffle (Lists only) : available:
Sun’s Javadoc on Collections.sort (Lists only) : available:
Sun’s Javadoc on Collections.synchronizedList : available:
Sun’s Javadoc on Collections.unmodifiableList : available:

CMP homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.59] The information on this page is for non-military use only.
You are visitor number 18,093. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/list.html J:\mindprod\jgloss\list.html