Skip navigation links
C I M N S T 

C

ch.e2e.examples.simple - package ch.e2e.examples.simple
This package contains all classes used in the SimpleTypes example of the E2E Bridge Java AddOn.
Characters - Class in ch.e2e.examples.simple
Shows you how to handle with characters in the E2E Bridge.
Characters() - Constructor for class ch.e2e.examples.simple.Characters
 

I

isGreater(int, int) - Static method in class ch.e2e.examples.simple.Numbers
Returns true if value1 is larger then value2.

M

max(int, int) - Static method in class ch.e2e.examples.simple.Numbers
Returns the greater of two int values.

N

Numbers - Class in ch.e2e.examples.simple
Shows you how to handle with numbers in the E2E Bridge.
Numbers() - Constructor for class ch.e2e.examples.simple.Numbers
 

S

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.

T

toHex(int) - Static method in class ch.e2e.examples.simple.Numbers
Returns a string representation of the integer argument as an unsigned integer in base 16.
toLowerCase(char) - Static method in class ch.e2e.examples.simple.Characters
Returns the lowercase value of the given character.
toLowerCase(char[]) - Static method in class ch.e2e.examples.simple.Characters
Returns the lowercase values of the given characters.
toLowerCase(String) - Static method in class ch.e2e.examples.simple.Strings
Converts the String into lowercase.
toUpperCase(char) - Static method in class ch.e2e.examples.simple.Characters
Returns the uppercase value of the given character.
toUpperCase(char[]) - Static method in class ch.e2e.examples.simple.Characters
Returns the uppercase values of the given characters.
toUpperCase(String) - Static method in class ch.e2e.examples.simple.Strings
Converts the String into uppercase.
C I M N S T 
Skip navigation links