为什么某些接口方法会被另一个接口覆盖?
仅仅是出于文档目的(例如 Deque 接口覆盖 Queue 接口的所有方法,为它们提供另一个描述),还是还有其他原因?
Is it just for documentation purposes (e.g. Deque interface override all methods of the Queue interface, giving them another description), or there are other reasons ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用它来强制执行更具体的方法签名和返回类型。考虑:
You can use it to enforce more specific method signatures and return types. Consider: