Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Oganesian/HeadFirstJavaExamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Chapter-14
Choose a base ref
...
head repository: Oganesian/HeadFirstJavaExamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 36 files changed
  • 2 contributors

Commits on Nov 1, 2018

  1. Merge pull request #1 from Oganesian/Chapter-14

    correct file name
    Oganesian authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    d10b73d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Merge pull request #2 from Oganesian/Chapter-14

    Chapter 14
    Oganesian authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    ed1c2b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Merge pull request #3 from Oganesian/Chapter-14

    Chapter 15
    Oganesian authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    ab340bd View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Oganesian committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    f0577e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    5658f15 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    a0531c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. ADD Jukebox1.class

    CHAPTER 16
    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    26ed3ad View commit details
    Browse the repository at this point in the history
  2. use Jukebox1.class in main

    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    39b54eb View commit details
    Browse the repository at this point in the history
  3. add packages as chapters

    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    77b2a6e View commit details
    Browse the repository at this point in the history
  4. change folder structure

    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    0fc905a View commit details
    Browse the repository at this point in the history
  5. rename classes

    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    db17f8b View commit details
    Browse the repository at this point in the history
  6. add class Song

    Oganesian committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    dd15256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdff522 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    255eaed View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. add TestMap class

    testing HashMap structure
    Oganesian committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    3adde9b View commit details
    Browse the repository at this point in the history
  2. add TestGenerics class to test the polymorphism

    with arrays
    Oganesian committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    bc8d6ae View commit details
    Browse the repository at this point in the history
  3. same with generics

    <? extends Object>
    Oganesian committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    701b7d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. rename packages

    Oganesian committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    447591e View commit details
    Browse the repository at this point in the history
Loading