Class QuintetImpl<L,​BLM,​M,​BRM,​R>

java.lang.Object
pcap.common.tuple.Tuple
pcap.common.tuple.impl.QuintetImpl<L,​BLM,​M,​BRM,​R>
Type Parameters:
L - left.
BLM - between left and middle.
M - middle,
BRM - between right and middle.
R - right.
All Implemented Interfaces:
java.io.Serializable, Quintet<L,​BLM,​M,​BRM,​R>

@Inclubating
public class QuintetImpl<L,​BLM,​M,​BRM,​R>
extends Tuple
implements Quintet<L,​BLM,​M,​BRM,​R>
Implementations of quintet tuple.
Author:
Ardika Rommy Sanjaya
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    QuintetImpl​(L left, BLM betweenLeftAndMiddle, M middle, BRM betweenRightAndMiddle, R right)  
  • Method Summary

    Modifier and Type Method Description
    BLM betweenLeftAndMiddle()  
    BRM betweenRigthAndMiddle()  
    L left()  
    M middle()  
    R right()  
    int size()  
    java.lang.String toString()  

    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, wait, wait, wait