|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.JaxenConstants
public class JaxenConstants
Thread-safe constant iterators used to avoid the overhead of creating empty lists.
| Field Summary | |
|---|---|
static java.util.Iterator |
EMPTY_ITERATOR
An iterator with no elements. |
static java.util.ListIterator |
EMPTY_LIST_ITERATOR
A list iterator with no elements. |
| Constructor Summary | |
|---|---|
private |
JaxenConstants()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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.
| Constructor Detail |
|---|
private JaxenConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||