Class BaseManagedServiceFactory.Pair<U,​V>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private U first  
      private V second  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(U first, V second)  
    • Field Detail

      • first

        private U first
      • second

        private V second
    • Constructor Detail

      • Pair

        public Pair​(U first,
                    V second)
    • Method Detail

      • getFirst

        public U getFirst()
      • getSecond

        public V getSecond()
      • setFirst

        public void setFirst​(U first)
      • setSecond

        public void setSecond​(V second)