Class BiProperty<P1,​P2>

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

    final class BiProperty<P1,​P2>
    extends java.lang.Object
    Internal generic wrapper.
    Since:
    2.19
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private P1 p1  
      private P2 p2  
    • Constructor Summary

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

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

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

      • p1

        private final P1 p1
      • p2

        private final P2 p2
    • Constructor Detail

      • BiProperty

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

      • getP1

        P1 getP1()
      • getP2

        P2 getP2()