Class Windowed<K>

    • Constructor Detail

      • Windowed

        public Windowed​(K key,
                        Window window)
    • Method Detail

      • key

        public K key()
        Return the key of the window.
        Returns:
        the key of the window
      • window

        public Window window()
        Return the window containing the values associated with this key.
        Returns:
        the window containing the values
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object