Interface Tuple

All Known Subinterfaces:
TupleHandle
All Known Implementing Classes:
TupleHandleImpl

public interface Tuple
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    get(Variable<T> variable)
     
     
    int
     
  • Method Details

    • getParent

      Tuple getParent()
    • get

      <T> T get(Variable<T> variable)
    • size

      int size()