package com.iluwatar; public interface ItemIterator { boolean hasNext(); Item next(); }