Searched refs:largs (Results 1 – 1 of 1) sorted by relevance
58 List<Integer> largs = List.of(args); in outOfBounds() local60 ? null : oobef.apply(checkKind, largs); in outOfBounds()62 ? new IndexOutOfBoundsException(outOfBoundsMessage(checkKind, largs)) : e; in outOfBounds()