Searched defs:twoArray (Results 1 – 1 of 1) sorted by relevance
2766 final Object[] twoArray = {"pick", "stick"}; in testSameLength() local4186 final char[] twoArray = {'d', 't'}; in testSameLengthChar() local4214 final double[] twoArray = {4.5d, 6.3d}; in testSameLengthDouble() local4242 final float[] twoArray = {6.4f, 5.8f}; in testSameLengthFloat() local4270 final int[] twoArray = {5, 7}; in testSameLengthInt() local4298 final long[] twoArray = {0L, 76L}; in testSameLengthLong() local4326 final short[] twoArray = {6, 8}; in testSameLengthShort() local