Uses of Interface
javax.jcr.RangeIterator

Packages that use RangeIterator
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
javax.jcr.nodetype Provides interfaces and classes for content repository node type functionality. 
javax.jcr.observation Provides interfaces and classes for content repository event observation functionality. 
javax.jcr.query Provides interfaces and classes for content repository searching functionality. 
javax.jcr.version Provides interfaces and classes for content repository versioning functionality. 
 

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 © 2004-2005 Day Software Management AG. All Rights Reserved.