OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratorPool
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java
19
* $Id:
IteratorPool
.java 475981 2006-11-16 23:35:53Z minchau $
32
public final class
IteratorPool
implements java.io.Serializable
47
* Constructor
IteratorPool
51
public
IteratorPool
(DTMIterator original)
LocPathIterator.java
141
m_clones = new
IteratorPool
(this);
937
transient protected
IteratorPool
m_clones = new
IteratorPool
(this);
UnionPathIterator.java
263
m_clones = new
IteratorPool
(this);
Completed in 201 milliseconds