Class Pair<K,V>

java.lang.Object
org.drools.util.Pair<K,V>

public class Pair<K,V> extends Object
  • Constructor Details

    • Pair

      public Pair(K k, V v)
  • Method Details

    • getLeft

      public K getLeft()
    • getRight

      public V getRight()
    • hasLeft

      public boolean hasLeft()
    • hasRight

      public boolean hasRight()