org.jtiger.framework
Interface Positionable

All Known Subinterfaces:
SequenceIterator<E>
All Known Implementing Classes:
PositionOutOfBoundsException

public interface Positionable

A position can be conceptualised as a point between two elements in a structure.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218
Author:
Tony Morris

Method Summary
 int getPosition()
          Returns the position .
 

Method Detail

getPosition

int getPosition()
Returns the position . The position is conceptually between elements in a structure, unless it is at the start or end, in which case, this method returns zero or the size of the structure respectively.

Returns:
The position in a structure.