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

Method Get

java_collection.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28type JavaCollectionObject interface {
29 Get() []interface{}
30 Set([]interface{})
31 JavaClassName() string
32}

Callers 4

TestStringWithPoolFunction · 0.65
EncObjectMethod · 0.65
decMapTypeMethod · 0.65
readTypedListValueMethod · 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 1

TestStringWithPoolFunction · 0.52