|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.JaxenConstants
Thread-safe constant iterators used to avoid the overhead of creating empty lists.
Field Summary | |
static Iterator |
EMPTY_ITERATOR
An iterator with no elements. |
static ListIterator |
EMPTY_LIST_ITERATOR
A list iterator with no elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Iterator EMPTY_ITERATOR
hasNext()
always
returns false. This is thread-safe.
public static final ListIterator EMPTY_LIST_ITERATOR
hasNext()
always
returns false. This is thread-safe.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |