Uses of Interface
javax.jcr.RangeIterator

Packages that use RangeIterator
com.jeceira.iterator   
com.jeceira.nodetype   
com.jeceira.observation   
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology (JCR). 
javax.jcr.nodetype Provides interfaces and classes for JCR node type functionality. 
javax.jcr.observation Provides interfaces and classes for JCR event observation functionality. 
javax.jcr.query Provides interfaces and classes for JCR searching functionality. 
javax.jcr.version Provides interfaces and classes for JCR versioning functionality. 
 

Uses of RangeIterator in com.jeceira.iterator
 

Classes in com.jeceira.iterator that implement RangeIterator
 class ItemIterator
          Iterator on item collections with filter capabilities.
 class NodeIteratorImpl
           
 class PropertyIteratorImpl
           
 class RangeIteratorImpl
          Generic range iterator implementation.
 

Uses of RangeIterator in com.jeceira.nodetype
 

Classes in com.jeceira.nodetype that implement RangeIterator
 class NodeTypeIteratorImpl
           
 

Uses of RangeIterator in com.jeceira.observation
 

Classes in com.jeceira.observation that implement RangeIterator
 class EventIteratorImpl
           
 class EventListenerIteratorImpl
           
 

Uses of RangeIterator in javax.jcr
 

Subinterfaces of RangeIterator in javax.jcr
 interface NodeIterator
          Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
 interface PropertyIterator
          Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
 

Uses of RangeIterator in javax.jcr.nodetype
 

Subinterfaces of RangeIterator in javax.jcr.nodetype
 interface NodeTypeIterator
          An iterator for NodeType objects.
 

Uses of RangeIterator in javax.jcr.observation
 

Subinterfaces of RangeIterator in javax.jcr.observation
 interface EventIterator
          Allows easy iteration through a list of Events with nextEvent as well as a skip method inherited from RangeIterator.
 interface EventListenerIterator
          Allows easy iteration through a list of EventListeners with nextEventListener as well as a skip method inherited from RangeIterator.
 

Uses of RangeIterator in javax.jcr.query
 

Subinterfaces of RangeIterator in javax.jcr.query
 interface RowIterator
           
 

Uses of RangeIterator in javax.jcr.version
 

Subinterfaces of RangeIterator in javax.jcr.version
 interface VersionIterator
          Allows easy iteration through a list of Versions objects with nextVersion as well as a skip method inherited from RangeIterator.
 



Copyright © 2005 Aparzev Software Ltd. All Rights Reserved.