HomeSort by relevance Sort by last modified time
    Searched defs:getLongs (Results 1 - 2 of 2) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
LongArr.java 34 public long[] getLongs() {
PrimitiveArrayTest.java 57 Assert.assertArrayEquals(longs, ((LongArr) wrappers.get(3)).getLongs());
167 Assert.assertArrayEquals(longArr.getLongs(), ((LongArr) cycle(longArr)).getLongs());
187 assertTrue(Arrays.deepEquals(two.getLongs(), ((Array2D) cycle(two)).getLongs()));
192 assertTrue(Arrays.deepEquals(three.getLongs(), ((Array3D) cycle(three)).getLongs()));
206 public long[][] getLongs() {
218 public long[][][] getLongs() {
247 if (!Arrays.equals(contents[i].getLongs(), other.getContents()[i].getLongs()))
    [all...]

Completed in 70 milliseconds