Exemplo n.º 1
0
 @Override
 public int indexOf(Object item) {
   return ArrayIterate.indexOf(this.items, item);
 }