Class Tuple2<K,V>

Object
io.delta.kernel.internal.util.Tuple2<K,V>
Type Parameters:
K - Type of the first element in the tuple
V - Type of the second element in the tuple
Direct Known Subclasses:
LogReplayUtils.UniqueFileActionTuple

@Evolving public class Tuple2<K,V> extends Object
Represents tuple of objects.
Since:
3.0.0
  • Field Details

    • _1

      public final K _1
    • _2

      public final V _2
  • Constructor Details

    • Tuple2

      public Tuple2(K _1, V _2)
  • Method Details