Expand description
eJNI
Structs§
- Class
- Class describes java.lang.Class, with getters for often used classes from the Java standard library.
- Iterator
- Wrapper around
java.util.Iterator
- Java
String - Wrapper around
java.lang.String
- List
- Wrapper around
java.util.List
- Map
- Wrapper around
java.util.Map
- MapEntry
- Wrapper around
java.util.Map.Entry
- Object
- Describes a Java Object
- Primitive
- Helper struct for Java’s Primitives
- Set
- Wrapper around
java.util.Set
- System
- Wrapper around
java.lang.System
Enums§
- GetArray
Error - Describes the possible errors that can occur when getting the items from an array
- Primitive
Error - Describes the possible errors that can occur when retrieving primitives from the primitive’s Object equivalent
Type Aliases§
- Primitive
Result - Result returned from functions that retrieve a primitive from the respective primitive’s Object equivalent