Class AbstractTuple

  • All Implemented Interfaces:
    Tuple, java.io.Serializable
    Direct Known Subclasses:
    PairImpl

    public class AbstractTuple
    extends java.lang.Object
    implements Tuple
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Sequence toList()
      Build an immutable Sequence of all elements present in the Tuple.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toList

        public Sequence toList()
        Description copied from interface: Tuple
        Build an immutable Sequence of all elements present in the Tuple.
        Specified by:
        toList in interface Tuple
        Returns:
        the immutable Sequence of the elements