public class JaxenConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Iterator |
EMPTY_ITERATOR
An iterator with no elements.
|
static java.util.ListIterator |
EMPTY_LIST_ITERATOR
A list iterator with no elements.
|
Modifier | Constructor and Description |
---|---|
private |
JaxenConstants() |
public static final java.util.Iterator EMPTY_ITERATOR
hasNext()
always
returns false. This is thread-safe.public static final java.util.ListIterator EMPTY_LIST_ITERATOR
hasNext()
always
returns false. This is thread-safe.