MCPcopy Create free account
hub / github.com/apache/dubbo-go-hessian2 / JavaCollectionObject

Interface JavaCollectionObject

java_collection.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type JavaCollectionObject interface {
29 Get() []interface{}
30 Set([]interface{})
31 JavaClassName() string
32}
33
34var collectionTypeMap = make(map[string]reflect.Type, 16)
35

Callers 14

TestStringWithPoolFunction · 0.65
EncObjectMethod · 0.65
decMapTypeMethod · 0.65
readTypedListValueMethod · 0.65
decMapMethod · 0.65
PackPtrFunction · 0.65
SetValueFunction · 0.65
setRawValueToDestFunction · 0.65
setRawValueToPointerFunction · 0.65
SetSliceFunction · 0.65
PackPtrInterfaceFunction · 0.65
decInstanceMethod · 0.65

Implementers 9

JavaHashSetjava_collection_test.go
BooleanArrayarray.go
IntegerArrayarray.go
ByteArrayarray.go
ShortArrayarray.go
LongArrayarray.go
FloatArrayarray.go
DoubleArrayarray.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…