摘要: ArrayUtil class contains static utility methods for manipulating and working with Arrays. Note that all APIs assume that they are working with well formed arrays. I.e. they will only manipulate indexed values.Methods:1.arrayContainsValue():public static arrayContainsValue(arr:Array,value:Object):Boo 阅读全文
posted @ 2013-10-29 17:19 小小有 阅读(309) 评论(0) 推荐(0) 编辑