Vector<Object[]> a = new Vector<Object[]>(); a.add(new Object[] {"张三", "C", new Integer(70), new Boolean(false), 1}); Object[] o1 = a.get(0);