使用的类(在Java中,第三方API,不可更改):publicclassBookmarkablePageLinkextendsLink{publicBookmarkablePageLink(finalStringid,finalClasspageClass)现在我想从Kotlin调用它:item.queue(BookmarkablePageLink("link",bookmark.page))bookmark.page在Java中,它是:publicClassgetPage()这些都不起作用:item.queue(BookmarkablePageLink("link",bookmark
使用的类(在Java中,第三方API,不可更改):publicclassBookmarkablePageLinkextendsLink{publicBookmarkablePageLink(finalStringid,finalClasspageClass)现在我想从Kotlin调用它:item.queue(BookmarkablePageLink("link",bookmark.page))bookmark.page在Java中,它是:publicClassgetPage()这些都不起作用:item.queue(BookmarkablePageLink("link",bookmark