Class KeyedObject<K extends Comparable<K>>

    • Constructor Detail

      • KeyedObject

        public KeyedObject​(K key,
                           Object object)
        Creates a new (key, object) pair.
        Parameters:
        key - the key.
        object - the object (null permitted).