Class StochasticForests.ValuePair<K,​V>

  • Enclosing class:
    StochasticForests

    private class StochasticForests.ValuePair<K,​V>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K key  
      private V val  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValuePair​(K key, V val)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        private K key
      • val

        private V val
    • Constructor Detail

      • ValuePair

        public ValuePair​(K key,
                         V val)