Documentation ¶
Index ¶
- func BytesHashCode(b []byte) int32
- func Float32HashCode(f float32) int32
- func Float64HashCode(f float64) int32
- func HashCode(a ...Object) int32
- func Int16HashCode(i int16) int32
- func Int32HashCode(i int32) int32
- func Int64HashCode(i int64) int32
- func Int8HashCode(i int8) int32
- func IntHashCode(i int) int32
- func NullT[T Object]() T
- func NumString[T Numbers](t T) string
- func ObjectEqual(a, b Object) bool
- func ObjectHashCode(value Object) int32
- func PointerEqual(a, b Object) bool
- func StringHashCode(s string) int32
- func UInt16HashCode(i uint16) int32
- func UInt32HashCode(i uint32) int32
- func UInt64HashCode(i uint64) int32
- func UInt8HashCode(i uint8) int32
- func UIntHashCode(i uint) int32
- type ComObj
- type Consumer
- type Enum
- type HashCodeAble
- type Numbers
- type Object
- type Runnable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesHashCode ¶
func Float32HashCode ¶
func Float64HashCode ¶
func Int16HashCode ¶
func Int32HashCode ¶
func Int64HashCode ¶
func Int8HashCode ¶
func IntHashCode ¶
func ObjectHashCode ¶
func StringHashCode ¶
func UInt16HashCode ¶
func UInt32HashCode ¶
func UInt64HashCode ¶
func UInt8HashCode ¶
func UIntHashCode ¶
Types ¶
type ComObj ¶
type ComObj interface { comparable }
type Consumer ¶
type Consumer[T Object] interface { /** * Performs this operation on the given argument. * * @param t the input argument */ Accept(t T) }
type HashCodeAble ¶
type HashCodeAble interface {
HashCode() int32
}
Click to show internal directories.
Click to hide internal directories.