org.gvsig.tools.visitor
Interface IndexedVisitable

All Superinterfaces:
Visitable
All Known Subinterfaces:
DynObjectSet
All Known Implementing Classes:
AbstractIndexedVisitable, MultiDynObjectSet

public interface IndexedVisitable
extends Visitable

Visitable extension to add the option to start the visit begging from a provided index.

Author:
2009- César Ordiñana - gvSIG team

Method Summary
 void accept(Visitor visitor, long firstValueIndex)
          Provides each value of this container to the provided Visitor, beginning from the provided index position.
 
Methods inherited from interface org.gvsig.tools.visitor.Visitable
accept
 

Method Detail

accept

void accept(Visitor visitor,
            long firstValueIndex)
            throws BaseException
Provides each value of this container to the provided Visitor, beginning from the provided index position.

Parameters:
visitor - the visitor to apply to each value.
firstValueIndex - index of first element to be visited by the Visitor
Throws:
BaseException - if there is an error while performing the visit


Copyright © 2004-2011 gvSIG. All Rights Reserved.