在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):sjsdfg/OnJava8-Examples-Maven开源软件地址(OpenSource Url):https://github.com/sjsdfg/OnJava8-Examples-Maven开源编程语言(OpenSource Language):Java 99.2%开源软件介绍(OpenSource Introduction):OnJava8-Examples-Maventhis is the maven version of OnJava8-Examples https://github.com/BruceEckel/OnJava8-Examples more easier to import no guarantee that this code is run ok. because some code just show you the wrong way, like this: // generics/HijackedInterface.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
// {WillNotCompile}
class Cat
extends ComparablePet implements Comparable<Cat> {
// error: Comparable cannot be inherited with
// different arguments: <Cat> and <ComparablePet>
// class Cat
// ^
// 1 error
public int compareTo(Cat arg) {
return 0;
}
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论