The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

List

List is a Java interface that provides for an ordered collection or sequence of objects. Elements can be accessed by their position in the list as well as being searched.



Discussion about List

Topic List . { Edit | Ref-By | Printable | Diffs r1 | More }
 XML java.net RSS

Revision r1 - 31 Aug 2003 - 01:20:00 - Main.redwolf
Parents: WebHome > Glossary > ArrayList