Method
isEquals
判断两个数组的指定元素是否相同 @param curIndex 当前数组的元素的索引 @param array 要比较的数组 @param index 要比较的数组的元素的索引 @return true:相同,false:不相同
(int curIndex, IArray array, int index)
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Implementers 11
DateArraysrc/main/java/com/scudata/array/DateAr BoolArraysrc/main/java/com/scudata/array/BoolAr LongArraysrc/main/java/com/scudata/array/LongAr IntArraysrc/main/java/com/scudata/array/IntArr
Tested by
no test coverage detected