Package | Description |
---|---|
_templates.java.util | |
_templates.javolution.util |
Modifier and Type | Method and Description |
---|---|
ListIterator |
List.listIterator() |
ListIterator |
List.listIterator(int index) |
Modifier and Type | Method and Description |
---|---|
ListIterator |
FastTable.listIterator()
Returns a list iterator over the elements in this list
(allocated on the stack when executed in a
StackContext ). |
ListIterator |
FastList.listIterator()
Returns a list iterator over the elements in this list
(allocated on the stack when executed in a
StackContext ). |
ListIterator |
FastTable.listIterator(int index)
Returns a list iterator from the specified position
(allocated on the stack when executed in a
StackContext ). |
ListIterator |
FastList.listIterator(int index)
Returns a list iterator from the specified position
(allocated on the stack when executed in a
StackContext ). |
Copyright © 2005–2016 Javolution. All rights reserved.