https://github.com/yuriytkach/advanced_java_generics
Sample code for the Advanced Java Generics training
https://github.com/yuriytkach/advanced_java_generics
Last synced: 3 months ago
JSON representation
Sample code for the Advanced Java Generics training
- Host: GitHub
- URL: https://github.com/yuriytkach/advanced_java_generics
- Owner: yuriytkach
- License: mit
- Created: 2016-06-10T10:24:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T22:55:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T19:47:38.810Z (4 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Sample code from the Advanced Java Generics training
The code showcases different usages of generics in Java.
The video for the training in Russian language can be found here: https://www.youtube.com/playlist?list=PL6jg6AGdCNaX1yIJpX4sgALBTmTVc_uOJThere are no classes with `main` method, but there are some JUnit tests.