230231232233234235236237238239240
Object obj = component.data_get(i); if (obj != null && obj instanceof Behavior) { final Behavior behavior = (Behavior)obj; behavior.onRemove(component); } } } private static class BehaviorIdList extends ArrayList<Behavior>