Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collections-699 PairingIterator #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 21, 2019

  1. COLLECTIONS-699

    [NEW] An iterator for returning pairs of the childs iterators, askes in COLLECTIONS-699
    Fival85 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    7141a2e View commit details
    Browse the repository at this point in the history
  2. COLLECTIONS-699

    [FIXED] replacing tabs with whitespaces
    Fival85 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    39bd772 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. COLLECTION-699 new implementation

    Instead of a common-lang Pair we use a custom lightweight dto.
    Fival85 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b118b89 View commit details
    Browse the repository at this point in the history
  2. COLLETION-699 spaces instead of tabs

    spaces instead of tabs
    Fival85 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a2b8f33 View commit details
    Browse the repository at this point in the history
  3. COLLECTIONS-699 change dependcy back

    Change dependency scope of commons-lang3 back to "test"
    Fival85 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    5b342e4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. COLLECTIONS-699 more unit tests

    unit tests for equals and toString of the dto entry
    Fival85 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    ba54ebc View commit details
    Browse the repository at this point in the history