Skip to content

Add support for storing java instances explicitly  #1552

@saebel1

Description

@saebel1

Add following methods to NativeBase.java
public static long storeInstance(NativeBase instance)
to store an instance and get identifier to it

public static NativeBase storeInstance(long id)
retrieve instance from given id, might return null if id is unknown

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions