7 package com.google.appinventor.components.runtime.util;
19 if (itemString.length() > 0) {
35 for (
int i = 0; i < objects.length; i++) {
36 if (!(objects[i] instanceof String)) {
37 throw new YailRuntimeError(
"Items passed to " + componentName +
" must be Strings",
46 if (index <= 0 || index > items.
size()) {
65 for (
int i = 0; i < items.
size(); i++) {