Interface Pair<L,R>

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImmutablePair

@Immutable public interface Pair<L,R> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getLeft

      @Parameter L getLeft()
    • getRight

      @Parameter R getRight()