getItems method

List getItems()

Gets the array of visited items.

@return the array of items

Implementation

List getItems() {
  return items;
}