Class ORawPair<V1,V2>

java.lang.Object
com.orientechnologies.common.util.ORawPair<V1,V2>

public class ORawPair<V1,V2> extends Object
Container for pair of non null objects.
Since:
2.2
Author:
Anrey Lomakin
  • Field Details

    • first

      public final V1 first
    • second

      public final V2 second
  • Constructor Details

    • ORawPair

      public ORawPair(V1 first, V2 second)
  • Method Details

    • getFirst

      public V1 getFirst()
    • getSecond

      public V2 getSecond()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object