lang

package
v0.0.0-...-af1a5b7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boolean

type Boolean struct {
	Value bool `java:"value"`
}

type Byte

type Byte struct {
	Value int8 `java:"value"`
}

func (*Byte) ByteValue

func (b *Byte) ByteValue() byte

type Character

type Character struct {
	Value rune `java:"value"`
}

type Double

type Double struct {
	Value float64 `java:"value"`
}

type Float

type Float struct {
	Value float32 `java:"value"`
}

type Integer

type Integer struct {
	Value int `java:"value"`
}

type Long

type Long struct {
	Value int64 `java:"value"`
}

type Short

type Short struct {
	Value int16 `java:"value"`
}

type String

type String string

func (String) GoString

func (s String) GoString() string

func (String) String

func (s String) String() string

func (String) ToCharArray

func (s String) ToCharArray() []uint16

func (String) ToUCS2Bytes

func (s String) ToUCS2Bytes() []byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL