java
lcawen
不欲平凡,提步征程,成长中
展开
-
java list内部构造
看代码吧,如下: package com.Core.datastructure; import java.lang.reflect.Array; import java.util.Collection; import junit.framework.TestCase; public class ListDemo { private int capacity; privat原创 2013-04-01 12:50:29 · 1274 阅读 · 0 评论 -
java 实现重定义数组类似于VB的ReDim
码农一个,直接上代码: //param objArr the expanded object of Array. //param newLength the length of the new Array public static Object getNewArr(Object objArr, int newLength) { if (!objA原创 2013-04-01 12:25:14 · 1935 阅读 · 0 评论