package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Boolean struct {
Value bool `java:"value"`
}
type Byte struct {
Value int8 `java:"value"`
}
type Character struct {
Value rune `java:"value"`
}
type Double struct {
Value float64 `java:"value"`
}
type Float struct {
Value float32 `java:"value"`
}
type Integer struct {
Value int `java:"value"`
}
type Long struct {
Value int64 `java:"value"`
}
type Short struct {
Value int16 `java:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.