Class DBusDaemon.Pair<A,​B>

  • Enclosing class:
    DBusDaemon

    static class DBusDaemon.Pair<A,​B>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private A first  
      private B second  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(A _first, B _second)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object _obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • first

        private final A first
      • second

        private final B second
    • Constructor Detail

      • Pair

        Pair​(A _first,
             B _second)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object _obj)
        Overrides:
        equals in class java.lang.Object