Package org.apache.pivot.collections
Interface List.ItemIterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasPrevious()voidinsert(T item)Tprevious()voidtoEnd()voidtoStart()voidupdate(T item)
-