éªå¯©å¡ã¯ä»¥ä¸ã®ã³ã¼ããèä½æ¨©ä¾µå®³ã¨èªå®ã private static void rangeCheck(int arrayLen, int fromIndex, int toIndex) { if (fromIndex > toIndex) throw new IllegalArgumentException("fromIndex(" + fromIndex + ") > toIndex(" + toIndex+")"); if (fromIndex < 0) throw new ArrayIndexOutOfBoundsException(fromIndex); if (toIndex > arrayLen) throw new ArrayIndexOutOfBoundsException(toIndex); } è¨9è¡ãã¡ãªã¿ã«Timsortã®ä¸é¨(ãã¨ã¯java.util.Array
{{#tags}}- {{label}}
{{/tags}}