Package org.apache.pivot.collections
Interface List.ItemIterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasPrevious()
void
insert(T item)
T
previous()
void
toEnd()
void
toStart()
void
update(T item)
-