Search Results

Search: arraylist
Category: Programming - Java
Matches: 79 result(s)
Date: 5/24/2004 9:04:23 PM
Search mode: All the words
Sorted by: Score descending
ArrayList (Java 2 Platform SE v1.4.1_01)
... java.util Class ArrayList. ... Constructor Detail. ArrayList. public ArrayList(int initialCapacity) Constructs an empty list with the specified initial capacity. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/ArrayList.html - 85%
Result found by: Mac OS X Java

TWiki . Javapedia . ArrayList
... ArrayList ... Java class that is a member of the Java Collections Framework which implements the List interface. ArrayList should be preferred over Vector as it has a cleaner API and does not force the ...
http://wiki.java.net/bin/view/Javapedia/ArrayList - 85%
Result found by: Java.sun.com

Java 2 Platform SE v1.3.1: Class ArrayList
... java.util Class ArrayList. ... Constructor Detail. ArrayList. public ArrayList(int initialCapacity ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/ArrayList.html - 81%
Result found by: Mac OS X Java

Uses of Class java.util.ArrayList (Java 2 Platform SE v1.4.1 ...
... Java TM 2 Platform Std. Ed. v1.4.1_01. ... Uses of Class java.util.ArrayList. ... Uses of ArrayList in java.awt.dnd. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/class-use/ArrayList.html - 78%
Result found by: Mac OS X Java

SmallXMLParser for Java (FF7-2)
This XML parser creates an object model of an XML document that can be navigated using simple methods of the java.util.ArrayList class. Children of nodes are returned as ArrayList objects through a "getChildNodes()" method. Each type of node is a sub-class
http://www.room4me.com/software/SmallXMLParser.htm - 76%
Result found by: jars.com

Vector or ArrayList -- which is better?
Advertisement: Support JavaWorld, click here! June 2001 HOME FEATURED TUTORIALS COLUMNS NEWS & REVIEWS FORUM JW RESOURCES ABOUT JW ARCHIVE TOPICAL INDEX Core Java ... Jun 22 2001
http://www.javaworld.com/javaworld/javaqa/2001-06/03-qa-0622-vector.html - 76%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Uses of Class java.util.ArrayList
... Uses of Class java.util.ArrayList. Packages that use ArrayList. java.awt.dnd, java.beans.beancontext, Uses of ArrayList in java.awt.dnd. ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/class-use/ArrayList.html - 75%
Result found by: Mac OS X Java

java.net: Still too flaky. [May 24, 2004]
... ArrayList data=new ArrayList(); ... ArrayList oneCol=new ArrayList(); ...
http://weblogs.java.net/cs/user/view/cs_msg/1489 - 72%
Result found by: Java.sun.com

Compact Looping with for (new)
This beginning Java programming tutorial illustrates the use of for loops to iterate over collections and arrays.
http://java.about.com/library/weekly/aa_for_2.htm - 70%
Result found by: About Java

Java Games Development - Part 1
by Jason R. Briggs(Vol: 08 Issue: 08)
http://www.sys-con.com/java/article.cfm?id=2162 - 70%
Result found by: Java Developer's Journal

TWiki . Javapedia . Vector
... Java Collections Framework class for ArrayList . Since collections were introduced in Java 1.2 the ArrayList is preferred in most cases ...
http://wiki.java.net/bin/view/Javapedia/Vector - 69%
Result found by: Java.sun.com

Compact Looping with for (new)
This beginning Java programming tutorial illustrates the use of for loops to iterate over collections and arrays.
http://java.about.com/library/weekly/aa_for.htm - 66%
Result found by: About Java

Delegates
Advertisement: Support JavaWorld, click here! September 2001 HOME FEATURED TUTORIALS COLUMNS NEWS & REVIEWS FORUM JW RESOURCES ABOUT JW ARCHIVE TOPICAL INDEX Core Java Enterprise ... Sep 14 2001
http://www.javaworld.com/javaworld/javaqa/2001-09/01-qa-0914-delegate.html - 66%
Result found by: JavaWorld.com

java.net: Shortcut to .. [May 24, 2004]
... ArrayList list = new ArrayList(); ... ArrayList list = new ArrayList<Integer>(); ...
http://weblogs.java.net/cs/user/view/cs_msg/1081 - 66%
Result found by: Java.sun.com

Sleeping Tigers
by Jason Bell(Vol: 08 Issue: 07)
http://www.sys-con.com/java/article.cfm?id=2108 - 66%
Result found by: Java Developer's Journal

Avoid Bothersome Garbage Collection Pauses
by Lillian Andres, Chris Cargado, & M. Valerie Underwood(Vol: 08 Issue: 07)
http://www.sys-con.com/java/article.cfm?id=2110 - 63%
Result found by: Java Developer's Journal

Collection (Java 2 Platform SE v1.4.1_01)
... All Known Implementing Classes: AbstractCollection, AbstractList, AbstractSet, ArrayList, BeanContextServicesSupport, BeanContextSupport, HashSet, LinkedHashSet ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/Collection.html - 63%
Result found by: Mac OS X Java

Design with runtime class information
In this installment of Design Techniques, Bill gives advice on using runtime class information in Java programs. He talks about the method area of the JVM and the ... Feb 01 1999
http://www.javaworld.com/jw-02-1999/jw-02-techniques.html - 63%
Result found by: JavaWorld.com

java.net: Eye of the Tiger - Generics in J2SE 1.5 [May 24, 2004]
... private ArrayList<String> foo; ... ArrayList<String> l = new ArrayList<String>(); ...
http://weblogs.java.net/pub/wlg/748 - 63%
Result found by: Java.sun.com

Design with runtime class information
In this installment of Design Techniques, Bill gives advice on using runtime class information in Java programs. He talks about the method area of the JVM and the ... Feb 01 1999
http://www.javaworld.com/javaworld/jw-02-1999/jw-02-techniques.html - 60%
Result found by: JavaWorld.com

XML Serialization of Java Objects
by Joe Winchester & Philip Milne(Vol: 08 Issue: 06)
http://www.sys-con.com/java/article.cfm?id=2046 - 60%
Result found by: Java Developer's Journal

List (Java 2 Platform SE v1.4.1_01)
... java.util Interface List. All Superinterfaces: Collection All Known Implementing Classes: AbstractList, ArrayList, LinkedList, Vector ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/List.html - 59%
Result found by: Mac OS X Java

TWiki . Javapedia . SynchronizationIsSlowMisconception
... implementation differences in java.util. Vector .set(int,Object) and java.util. ArrayList .set(int,Object) make the Vector faster in the 1.4.0 ... despite the fact that Vector 's set method is synchronized and ArrayList 's set method is not. See Java P
http://wiki.java.net/bin/view/Javapedia/SynchronizationIsSlowMisconception - 59%
Result found by: Java.sun.com

Java 2 introduces print capability to the Swing Forum
This installment of Java Step By Step focuses on adding print functionality to a Swing application. Michael begins by covering the fundamentals of the new Java 2 ... Jun 09 1999
http://www.javaworld.com/javaworld/jw-06-1999/jw-06-step.html - 57%
Result found by: JavaWorld.com

Performance of Java Compilers: An Empirical Study
by Haralambos Marmanis(Vol: 08 Issue: 06)
http://www.sys-con.com/java/article.cfm?id=2051 - 57%
Result found by: Java Developer's Journal

Java 2 Platform SE v1.3.1: Interface List
... java.util Interface List. All Superinterfaces: Collection All Known Implementing Classes: AbstractList, LinkedList, Vector, ArrayList ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/List.html - 56%
Result found by: Mac OS X Java

java.net: Defending Autoboxing (or Save Us From the Preprocessor) [May 24, 2004]
... ArrayList list = new ArrayList(); ... ArrayList list = new ArrayList<Integer>(); ...
http://weblogs.java.net/pub/wlg/451 - 56%
Result found by: Java.sun.com

Java 101: A Review of GMDemo
Last time, I presented source code to an application called GMDemo -- Generics Mystery Demonstration. I deliberately chose not to document the source code because I wanted ... May 24 2004
http://www.javaworld.com/weblogs/java101/archives/000138.html - 53%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Class BeanContextSupport
... Field Summary. protected ArrayList, bcmListeners all accesses to the protected ArrayList bcmListeners field shall be synchronized on that object. ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/beans/beancontext/BeanContextSupport.html - 53%
Result found by: Mac OS X Java

java.net: JXPath to rescue! [May 23, 2004]
... Collection selectedOrders = new ArrayList(); Order order; LineItem item; for (Iterator orders = orderHistory.getOrders ... Collection<Order> selectedOrders = new ArrayList<Order>(); for (Order order : orderHistory.getOrders()) { for (LineItem item ...
http://weblogs.java.net/pub/wlg/864 - 53%
Result found by: Java.sun.com

Whole House Audio from the Palm of Your Hand - Part 2 of 3
by Bill Ray(Vol: 07 Issue: 09)
http://www.sys-con.com/java/article.cfm?id=1609 - 53%
Result found by: Java Developer's Journal

BeanContextSupport (Java 2 Platform SE v1.4.1_01)
... Field Summary. protected ArrayList, bcmListeners all accesses to the protected ArrayList bcmListeners field shall be synchronized on that object. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/beans/beancontext/BeanContextSupport.html - 50%
Result found by: Mac OS X Java

http://www.javaworld.com/javaworld/jw-04-2001/collections/ collections_listing6.txt
/** * (c) Piet Jonas, 2001 * @author Piet Jonas * @version 1.0 */ import java.util.*; import typesafecollections.*; /** * Implements tests for the type-safe collection classes ... Apr 25 2001
http://www.javaworld.com/javaworld/jw-04-2001/collections/collections_listing6.txt - 50%
Result found by: JavaWorld.com

Java.net Weblogs: JXPath to rescue!
... Collection selectedOrders = new ArrayList(); Order order; LineItem item; for (Iterator orders = orderHistory.getOrders ... Collection<Order> selectedOrders = new ArrayList<Order>(); for (Order order : orderHistory.getOrders()) { for (LineItem item ...
http://weblogs.java.net/lpt/wlg/864 - 50%
Result found by: Java.sun.com

Performance Tuning in Java
by Dov Kruger(Vol: 07 Issue: 08)
http://www.sys-con.com/java/article.cfm?id=1561 - 50%
Result found by: Java Developer's Journal

Java Tip 92: Use the JVM Profiler Interface for accurate timing
Most Java programs are multithreaded, either by design or because the garbage collector runs on its own thread. This makes performance analysis difficult ... Apr 01 2000
http://www.javaworld.com/javaworld/javatips/jw-javatip92.html - 47%
Result found by: JavaWorld.com

Whole House Audio from thePalm of Your Hand
by Bill Ray(Vol: 07 Issue: 06)
http://www.sys-con.com/java/article.cfm?id=1486 - 47%
Result found by: Java Developer's Journal

java.net: Confused about erasure [May 24, 2004]
... ArrayList<String> l = new ArrayList<String>(); ...
http://weblogs.java.net/cs/user/view/cs_msg/1887 - 46%
Result found by: Java.sun.com

RandomAccess (Java 2 Platform SE v1.4.1_01)
... SUMMARY: NESTED | FIELD | CONSTR | METHOD, DETAIL: FIELD | CONSTR | METHOD. java.util Interface RandomAccess. All Known Implementing Classes: ArrayList, Vector ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/RandomAccess.html - 46%
Result found by: Mac OS X Java

A Three-Way Query
by Teresa Lau(Vol: 06 Issue: 11)
http://www.sys-con.com/java/article.cfm?id=1209 - 44%
Result found by: Java Developer's Journal

Speaking on the Observer pattern
Advertisement: Support JavaWorld, click here! May 2001 HOME FEATURED TUTORIALS COLUMNS NEWS & REVIEWS FORUM JW RESOURCES ABOUT JW ARCHIVE TOPICAL INDEX Core Java ... May 25 2001
http://www.javaworld.com/javaworld/javaqa/2001-05/04-qa-0525-observer.html - 44%
Result found by: JavaWorld.com

BeanContextServicesSupport (Java 2 Platform SE v1.4.1_01)
... bcsListeners. protected transient ArrayList bcsListeners List of BeanContextServicesListener objects. Constructor Detail. BeanContextServicesSupport. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/beans/beancontext/BeanContextServicesSupport.html - 43%
Result found by: Mac OS X Java

java.net: Erasure [May 24, 2004]
... private ArrayList<String> foo; ... will become an ArrayList, and when your code operates on foo, the appropriate casts will be inserted into your code. ...
http://weblogs.java.net/cs/user/view/cs_msg/1901 - 43%
Result found by: Java.sun.com

I'll do it on one condition
Computer processes are usually triggered by either a timed event or an end user, then execute instantaneously. In contrast, conditional processes are triggered when ... May 03 2002
http://www.javaworld.com/javaworld/jw-05-2002/jw-0503-condition.html - 40%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Class BeanContextServicesSupport
... bcsListeners. protected transient ArrayList bcsListeners List of BeanContextServicesListener objects. Constructor Detail. BeanContextServicesSupport. ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/beans/beancontext/BeanContextServicesSupport.html - 40%
Result found by: Mac OS X Java

JSP: You Make the Decision
by Jon Stevens(Vol: 06 Issue: 07)
http://www.sys-con.com/java/article.cfm?id=1080 - 40%
Result found by: Java Developer's Journal

Building Thread-Safe GUIs With Swing
by Neal Ford(Vol: 06 Issue: 05)
http://www.sys-con.com/java/article.cfm?id=691 - 37%
Result found by: Java Developer's Journal

Get started with the Java Collections Framework
Just when you thought you had Java well in hand, Sun goes and adds more goodies to the package. The Java Collections Framework, standard in JDK 1.2 and available ... Nov 01 1998
http://www.javaworld.com/javaworld/jw-11-1998/jw-11-collections.html - 37%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Uses of Interface java.util. ...
... class, ArrayList Resizable-array implementation of the List interface. class, HashSet This class implements the Set interface, backed by a hash table (actually a ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/class-use/Collection.html - 37%
Result found by: Mac OS X Java

Java.net - the Source for Java(tm) Technology Collaboration
... public class Trainer<T extends Animal> { private Collection<T> _myAnimals = new ArrayList<T>(); ... have declared the collection as follows: ... private Collection<? extends Animal> _myAnimals = new ArrayList<T>(); ...
http://today.java.net/lpt/a/50 - 37%
Result found by: Java.sun.com

java.net: MacOS X is my Java development environment [May 24, 2004]
MacOS X - it just works
http://weblogs.java.net/pub/wlg/612 - 34%
Result found by: Java.sun.com

Performance Management Starts with IDL Design
by Khanh Chau(Vol: 06 Issue: 01)
http://www.sys-con.com/java/article.cfm?id=615 - 34%
Result found by: Java Developer's Journal

Start up the Velocity Template Engine
The Velocity Template Engine lets you render data from within applications and servlets. Primarily used to develop dynamic, servlet-based Websites, Velocity's clean ... Dec 28 2001
http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-velocity.html - 34%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Class DragGestureRecognizer
... events. protected ArrayList events The list of events (in order) that the DragGestureRecognizer "recognized" as a "gesture" that triggers a drag. ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/awt/dnd/DragGestureRecognizer.html - 33%
Result found by: Mac OS X Java

TWiki . Javapedia . Glossary
... ArrayList - A List with performance characteristics similar to an ... Vector - Predecessor to the ArrayList ...
http://wiki.java.net/bin/view/Javapedia/Glossary - 33%
Result found by: Java.sun.com

Bean-Managed Persistence Using a Proxy List
by Daniel O'Connor(Vol: 05 Issue: 06)
http://www.sys-con.com/java/article.cfm?id=862 - 31%
Result found by: Java Developer's Journal

Java 101: Taming the Tiger
It excites me to introduce this weblog at the same time Sun is introducing a new generation of core Java, via the Java 2 Platform, Standard Edition 1.5.0 "Tiger" SDK. I'll bet you want to ... May 24 2004
http://www.javaworld.com/weblogs/java101/archives/000117.html - 31%
Result found by: JavaWorld.com

DragGestureRecognizer (Java 2 Platform SE v1.4.1_01)
... events. protected ArrayList events The list of events (in order) that the DragGestureRecognizer "recognized" as a "gesture" that triggers a drag. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/awt/dnd/DragGestureRecognizer.html - 30%
Result found by: Mac OS X Java

java.net: Explorations: Wildcards in the Generics Specification [Jan. 15, 2004]
... public class Trainer<T extends Animal> { private Collection<T> _myAnimals = new ArrayList<T>(); ... the collection as follows: ... private Collection<? extends Animal> _myAnimals = new ArrayList<T>(); ...
http://today.java.net/pub/a/today/2004/01/15/wildcards.html - 27%
Result found by: Java.sun.com

NetRexx Programming for the JVM
by Rick Hightower(Vol: 05 Issue: 05)
http://www.sys-con.com/java/article.cfm?id=1069 - 27%
Result found by: Java Developer's Journal

Publish and find UDDI tModels with JAXR and WSDL
This article presents a programming model for publishing and discovering Web services based on service interfaces. It starts by defining reusable WSDL (Web ... Sep 20 2002
http://www.javaworld.com/javaworld/jw-12-2002/jw-1213-webservices.html - 27%
Result found by: JavaWorld.com

Uses of Interface java.util.Collection (Java 2 Platform SE v1 ...
... class, ArrayList Resizable-array implementation of the List interface. class, HashSet This class implements the Set interface, backed by a hash table (actually a ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/class-use/Collection.html - 27%
Result found by: Mac OS X Java

Collections in JDK
by Bhaven Shah(Vol: 03 Issue: 09)
http://www.sys-con.com/java/article.cfm?id=353 - 24%
Result found by: Java Developer's Journal

Java 101: April 2004 Archives
In Joshua Bloch's "Effective Java Programming Language Guide" (Addison-Wesley, ISBN: 0-201-31005-8), Joshua states that interfaces should only be used to declare types. They ... May 17 2004
http://www.javaworld.com/weblogs/java101/archives/2004_04.html - 24%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Uses of Package java.util
... Classes in java.util used by java.awt.dnd. ArrayList Resizable-array implementation of the List interface. ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/package-use.html - 24%
Result found by: Mac OS X Java

Java.net - the Source for Java(tm) Technology Collaboration
Explorations: Googleminer, Part 1by William Grosso03/05/2004ContentsThe Application: GoogleminerThe Google APIWrapping The Google APIUsing the Googleminer ApplicationUsing the Preferences API toStore ...
http://today.java.net/lpt/a/51 - 24%
Result found by: Java.sun.com

TWiki . Javapedia . List
... Parents: WebHome > Glossary > ArrayList ...
http://wiki.java.net/bin/view/Javapedia/List - 24%
Result found by: Java.sun.com

Java 101: March 2004 Archives (new)
It excites me to introduce this weblog at the same time Sun is introducing a new generation of core Java, via the Java 2 Platform, Standard Edition 1.5.0 "Tiger" SDK. I'll ... May 17 2004
http://www.javaworld.com/weblogs/java101/archives/2004_03.html - 21%
Result found by: JavaWorld.com

Sets and Lists and Maps - Oh My!
by Frank Jania(JDJ News Desk)
http://www.sys-con.com/java/articlenews.cfm?id=2030 - 21%
Result found by: Java Developer's Journal

TWiki . Javapedia . JavaCollectionsFramework (new)
... Parents: WebHome > Glossary > ArrayList ...
http://wiki.java.net/bin/view/Javapedia/JavaCollectionsFramework - 20%
Result found by: Java.sun.com

Uses of Package java.util (Java 2 Platform SE v1.4.1_01)
... Map An object that maps keys to values. Classes in java.util used by java.awt.dnd. ArrayList Resizable-array implementation of the List interface. ...
http://developer.apple.com/documentation/Java/Reference/1.4.1/Java141API_J2SE/api/java/util/package-use.html - 20%
Result found by: Mac OS X Java

Why extends is evil
Most good designers avoid implementation inheritance (the extends relationship) like the plague. As much as 80 percent of your code should be written entirely in terms of ... Aug 01 2003
http://www.javaworld.com/javaworld/jw-08-2003/jw-0801-toolbox.html - 18%
Result found by: JavaWorld.com

All Classes
... ARG_OUT ArithmeticException Array Array ArrayIndexOutOfBoundsException ArrayList Arrays ArrayStoreException AsyncBoxView Attribute AttributedCharacterIterator ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/allclasses-frame.html - 17%
Result found by: Mac OS X Java

TWiki . Javapedia . LinkedList
... Parents: WebHome > Glossary > ArrayList ...
http://wiki.java.net/bin/view/Javapedia/LinkedList - 17%
Result found by: Java.sun.com

Discover and publish Web services with JAXR
One of the core building blocks of the Web services model is service publication and discovery. Standards-based service publication and discovery should help ... Jun 14 2002
http://www.javaworld.com/javaworld/jw-06-2002/jw-0614-jaxr.html - 14%
Result found by: JavaWorld.com

Java 2 Platform SE v1.3.1: Class AbstractList
... AbstractCollection | +--java.util.AbstractList All Implemented Interfaces: Collection, List Direct Known Subclasses: AbstractSequentialList, ArrayList, Vector ...
http://developer.apple.com/documentation/Java/Reference/1.3.1/Java131API_J2SEAndAppleExtensions/api/java/util/AbstractList.html - 14%
Result found by: Mac OS X Java

TWiki . Javapedia . Java3D
... Parents: WebHome > Glossary > ArrayList > API ...
http://wiki.java.net/bin/view/Javapedia/Java3D - 14%
Result found by: Java.sun.com

The battle of the container frameworks: which should you use?
There's a quiet battle going on in Java land. Sun is introducing a brand new container framework into the Java 2 platform (formerly known as JDK 1.2), ... Jan 01 1999
http://www.javaworld.com/javaworld/jw-01-1999/jw-01-jglvscoll.html - 11%
Result found by: JavaWorld.com

Navigate data with the Mapper framework
Developers working for organizations with many business relationships face the daunting task of reading, writing, and manipulating data records to and from their ... Apr 26 2002
http://www.javaworld.com/javaworld/jw-04-2002/jw-0426-mapper.html - 8%
Result found by: JavaWorld.com