This class contains all the function needed to sort list go up, go down , back , next. etc...
valid()
Check if the data array is valid.
rewind()
Put the array pointer to the first element.
next()
Get the next data element.
__construct(array $entries, Column $column=NULL, bool $direction=FALSE)
EntrySortIterator constructor.
current()
Get the current data element.