Class XTuple2<V1,​V2>

  • All Implemented Interfaces:
    java.io.Serializable

    public final class XTuple2<V1,​V2>
    extends XBaseObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      V1 ele1  
      V2 ele2  
    • Constructor Summary

      Constructors 
      Constructor Description
      XTuple2​(V1 ele1, V2 ele2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ele1

        public V1 ele1
      • ele2

        public V2 ele2
    • Constructor Detail

      • XTuple2

        public XTuple2​(V1 ele1,
                       V2 ele2)