class StaticLeafMethods { staticvoid nop() {
} staticbyte identity(byte x) { return x;
} staticint identity(int x) { return x;
} staticint sum(int a, int b) { return a + b;
} staticint sum(int a, int b, int c) { return a + b + c;
} staticint sum(int a, int b, int c, int d) { return a + b + c + d;
} staticint sum(int a, int b, int c, int d, int e) { return a + b + c + d + e;
} staticdouble identity(double x) { return x;
} staticdouble sum(double a, double b) { return a + b;
} staticdouble sum(double a, double b, double c) { return a + b + c;
} staticdouble sum(double a, double b, double c, double d) { return a + b + c + d;
} staticdouble sum(double a, double b, double c, double d, double e) { return a + b + c + d + e;
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.