Új hozzászólás Aktív témák

  • floatr

    veterán

    válasz Lenry #5 üzenetére

    As Alsup told Oracle counsel David Boies, “The idea that somebody copied that in order to get to market faster when it would be just as fast to write it - it was an accident that it got in there. You’re one of the best lawyers in America. How could you even make that argument?”

    Egyébként ennyi
    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);
    }

    ami bevallottan fazonra igazított, átnevezett változókkal van átszabva, hogy a bíróság jól lássa,hogy mennyire egyforma

    (#11) Youri aaaaa, lemásoltaaaad :)

    [ Szerkesztve ]

Új hozzászólás Aktív témák