public final class ArrayPreconditions extends Object
public static int[] checkNotNullOrEmpty(@Nullable int[] array)
null or empty.array - the given array.NullPointerException - if the given array is null.IllegalArgumentException - if the given array is empty.Copyright © 2014 AssertJ. All rights reserved.