public class JaxenConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Iterator |
EMPTY_ITERATOR
An iterator with no elements.
|
static ListIterator |
EMPTY_LIST_ITERATOR
A list iterator with no elements.
|
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.Copyright © 2001-2012 Codehaus. All Rights Reserved.