Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.util.AbstractList<E>
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 element.content.add(elt);
2 Iterator i = parameter.iterator();
3 FilterListIterator filtered = new FilterListIterator(list.listIterator(),threePred);
4 IteratorTools.printlnIterator(v1.iterator());
5 return this.iterator();
6 return list.iterator();
7 Iterator i=tracknames.iterator();
8 iterator = i_columnSpecs.iterator();
9 for (Iterator it = regexOutputListeners.iterator(); it.hasNext(); ) {
10 for(Iterator it = cmdOutputListeners[outputId].iterator(); it.hasNext(); ) {
11 for (Iterator it2 = origList.iterator(); it2.hasNext(); )
12 Iterator it = actions.iterator ();
13 modCount++;
14 for (Iterator iterator = _cookies.iterator(); iterator.hasNext();) {
15 Iterator arcIter = ((ArrayList) iNode.getInEdges ()).iterator ();
16 java.util.Iterator i = list.iterator();
17 java.util.Iterator i = list.iterator();
18 Iterator i = medias.iterator();
19 Iterator itr = toBeSaved.iterator();
20 Iterator it = this.connection.getTableNames().iterator();

Links to utility classes and functions:

Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.