Module vcr4j.core

Interface Tuple

All Known Implementing Classes:
Pair

public interface Tuple
  • Method Details

    • size

      int size()
    • getValueAt

      Object getValueAt(int i)
    • getTypeAt

      Class getTypeAt(int i)