Class DelegatingTupleList

All Implemented Interfaces:
Cloneable, Iterable<List<Member>>, Collection<List<Member>>, List<List<Member>>, RandomAccess, TupleIterable, TupleList

public class DelegatingTupleList extends AbstractTupleList
Implementation of TupleList based on a list of List<Member> tuples.
Author:
jhyde
  • Constructor Details

    • DelegatingTupleList

      public DelegatingTupleList(int arity, List<List<Member>> list)
      Creates a DelegatingTupleList.
      Parameters:
      arity - Arity
      list - Backing list
  • Method Details