Package rsb.util

Class Pair<A,B>

java.lang.Object
rsb.util.Pair<A,B>
Type Parameters:
A - The type of the first object
B - The type of the second object

public final class Pair<A,B> extends Object
A record designed to hold a pair of information
  • Constructor Details

    • Pair

      public Pair()
  • Method Details