- sortAscending(double[]) - Static method in class ch.e2e.examples.simple.Numbers
-
Sorts the given values in ascending order.
- sortDescending(double[]) - Static method in class ch.e2e.examples.simple.Numbers
-
Sorts the given values in descending order.
- squareRoot(double) - Static method in class ch.e2e.examples.simple.Numbers
-
Returns the correctly rounded positive square root of a double
value.
- Strings - Class in ch.e2e.examples.simple
-
Shows you how to handle with Strings in the E2E Bridge.
- Strings() - Constructor for class ch.e2e.examples.simple.Strings
-
- substring(String, int) - Static method in class ch.e2e.examples.simple.Strings
-
Returns the String before the given index.
- substringAfter(String, String) - Static method in class ch.e2e.examples.simple.Strings
-
Returns the String after the given String.
- substringAfter(String, int) - Static method in class ch.e2e.examples.simple.Strings
-
Returns the String after the given index.
- substringBefore(String, String) - Static method in class ch.e2e.examples.simple.Strings
-
Returns the String before the given String.