Restructure project; replace examples with new src · Java-Techie-jt/java8@d2b9561 · GitHub
Skip to content

Commit d2b9561

Browse files
committed
Restructure project; replace examples with new src
Remove numerous legacy example/demo Java sources and reorganize the project into a new src/main/java layout. Adds IntelliJ project files (.idea/* and java8.iml) and introduces a new com.java8.practice tree with model classes and moduleized practice code for lambdas, streams, advanced streams, optional, concurrency and exceptions (both .java and some .class files). This commit is a large cleanup and reorganization to move from scattered example packages to a structured set of practice modules.
1 parent e02e0bf commit d2b9561

77 files changed

Lines changed: 1961 additions & 1788 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CalculatorImpl.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

EvenAndOddPrinter.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

EvenAndOddPrinterBy2Threads.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

EvenAndOddPrinterByES.java

Lines changed: 0 additions & 36 deletions
This file was deleted.

MyFunctionalInterface.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

NthHighestSalaryDemo.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)