这句话的意思是:Java中的Collection<? extends E> c是一个泛型集合,其中的元素类型是E或E的子类。

bluesky1年前 ⋅ 203 阅读

ChatGPT的回答仅作参考:

The meaning of this sentence is: Collection<? extends E> c in Java is a generic collection, where the element type is E or a subclass of E.

全部评论: 0

    相关推荐