package Collection.Generator; /* * æ³åç±»ççæå¨æ¥å£ * Generatorçæå¨æ¯å·¥å模å¼çä¸ä¸ªå®ç° * */ public interface Generator { public T next(); }