Klasse ByKeyComparisonResult<A,B,K>

java.lang.Object
org.teamapps.commons.util.collections.ByKeyComparisonResult<A,B,K>

public final class ByKeyComparisonResult<A,B,K> extends Object
  • Konstruktordetails

  • Methodendetails

    • getA

      public A getA(B b)
    • getB

      public B getB(A a)
    • getAEntriesNotInB

      public List<A> getAEntriesNotInB()
    • getAEntriesInB

      public List<A> getAEntriesInB()
    • getBEntriesNotInA

      public List<B> getBEntriesNotInA()
    • getBEntriesInA

      public List<B> getBEntriesInA()
    • getPairs

      public List<Pair<A,B>> getPairs()
    • forEachExisting

      public void forEachExisting(BiConsumer<A,B> sameKeyConsumer)
    • forEachNew

      public void forEachNew(Consumer<B> newKeyConsumer)
    • forEachRemoved

      public void forEachRemoved(Consumer<A> removedKeyConsumer)
    • isDifferent

      public boolean isDifferent()