Package | Description |
---|---|
_templates.java.lang | |
_templates.java.util | |
_templates.javolution.util | |
_templates.javolution.xml.stream |
Modifier and Type | Method and Description |
---|---|
Iterator |
Iterable.iterator() |
Modifier and Type | Interface and Description |
---|---|
interface |
ListIterator |
Modifier and Type | Method and Description |
---|---|
Iterator |
Collection.iterator() |
Iterator |
Set.iterator() |
Iterator |
List.iterator() |
Modifier and Type | Method and Description |
---|---|
Iterator |
FastList.iterator()
Returns a simple iterator over the elements in this list
(allocated on the stack when executed in a
StackContext ). |
Iterator |
FastSet.iterator()
Returns an iterator over the elements in this set
(allocated on the stack when executed in a
StackContext ). |
Iterator |
FastTable.iterator()
Returns an iterator over the elements in this list
(allocated on the stack when executed in a
StackContext ). |
Iterator |
FastCollection.iterator()
Returns an iterator over the elements in this collection
(allocated on the stack when executed in a
StackContext ). |
Modifier and Type | Method and Description |
---|---|
Iterator |
NamespaceContext.getPrefixes(CharSequence namespaceURI)
Returns all prefixes bound to a namespace URI in the current scope
(including predefined prefixes).
|
Copyright © 2005–2016 Javolution. All rights reserved.