Searched defs:MAX_ARITY (Results 1 – 4 of 4) sorted by relevance
56 private static final int MAX_ARITY = Integer.getInteger( field in VarargsArrayTest
58 private static final int MAX_ARITY = Integer.getInteger(CLASS.getSimpleName()+".MAX_ARITY", 8); field in PermuteArgsTest
49 private static final int MAX_ARITY = Integer.getInteger(CLASS.getSimpleName()+".MAX_ARITY", 40); field in RicochetTest
64 public static final int MAX_ARITY = 254; field in Helper