Class BiProperty<P1,​P2>

  • Type Parameters:
    P1 - first property
    P2 - second property

    public final class BiProperty<P1,​P2>
    extends java.lang.Object
    Internal generic wrapper.
    Since:
    2.19
    Author:
    Tibor Digana (tibor17)
    • Constructor Summary

      Constructors 
      Constructor Description
      BiProperty​(P1 p1, P2 p2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      P1 getP1()  
      P2 getP2()  
      • Methods inherited from class java.lang.Object

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

      • BiProperty

        public BiProperty​(P1 p1,
                          P2 p2)
    • Method Detail

      • getP1

        public P1 getP1()
      • getP2

        public P2 getP2()