Class Pair<L,R>

java.lang.Object
cz.metacentrum.perun.core.api.Pair<L,R>
All Implemented Interfaces:
Serializable

public class Pair<L,R> extends Object implements Serializable
See Also:
  • Constructor Details

    • Pair

      public Pair(L left, R right)
    • Pair

      public Pair()
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getLeft

      public L getLeft()
    • getRight

      public R getRight()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • put

      public void put(L left, R right)
    • toString

      public String toString()
      Overrides:
      toString in class Object