Class QuartetImpl<L,​ML,​MR,​R>

java.lang.Object
pcap.common.tuple.Tuple
pcap.common.tuple.impl.QuartetImpl<L,​ML,​MR,​R>
Type Parameters:
L - left.
ML - middle left.
MR - middle right.
R - right.
All Implemented Interfaces:
java.io.Serializable, Quartet<L,​ML,​MR,​R>

@Inclubating
public class QuartetImpl<L,​ML,​MR,​R>
extends Tuple
implements Quartet<L,​ML,​MR,​R>
Implementations of quertet tuple.
Author:
Ardika Rommy Sanjaya
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    QuartetImpl​(L left, ML middleLeft, MR middleRight, R right)  
  • Method Summary

    Modifier and Type Method Description
    L left()  
    ML middleLeft()  
    MR middleRight()  
    R right()  
    int size()  

    Methods inherited from class pcap.common.tuple.Tuple

    of, of, of, of

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait