Class Pair<T,U>

java.lang.Object
com.ibm.wala.util.collections.Pair<T,U>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CallSite

public class Pair<T,U> extends Object implements Serializable
See Also:
  • Field Details

    • fst

      public final T fst
    • snd

      public final U snd
  • Constructor Details

    • Pair

      protected Pair(T fst, U snd)
  • Method Details