package org.uscxml; public class StringVector { public int size() { // TODO Auto-generated method stub return 0; } public String get(int i) { // TODO Auto-generated method stub return null; } }