Class Pair<E>

java.lang.Object
net.md_5.specialsource.util.Pair<E>
Type Parameters:
E - type of element

public class Pair<E> extends Object
A class representing a set of 2 objects as defined by the type parameters.
  • Field Details

    • first

      public final E first
    • second

      public final E second
  • Constructor Details

    • Pair

      public Pair()