Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
java.util.ListIterator

Packages that use ListIterator
Package Description
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Uses of ListIterator in java.util
 

Methods in java.util that return ListIterator
Modifier and Type Method and Description
static
<T> ListIterator<T>
Collections.emptyListIterator()
          Returns a list iterator that has no elements.
 ListIterator<E> ArrayList.listIterator()
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> AbstractList.listIterator()
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> Vector.listIterator()
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> List.listIterator()
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> LinkedList.listIterator(int index)
          Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
abstract  ListIterator<E> AbstractSequentialList.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> ArrayList.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
 ListIterator<E> AbstractList.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
 ListIterator<E> Vector.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
 ListIterator<E> List.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
 

Uses of ListIterator in java.util.concurrent
 

Methods in java.util.concurrent that return ListIterator
Modifier and Type Method and Description
 ListIterator<E> CopyOnWriteArrayList.listIterator()
          Returns a list iterator over the elements in this list (in proper sequence).
 ListIterator<E> CopyOnWriteArrayList.listIterator(int index)
          Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.