You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.collaborationengine.

Class ListKey

  • public class ListKey
    extends Object

    An object which identifies each item of a CollaborationList.

    Author:

    Vaadin Ltd

    • Method Detail

      • getKey

        public UUID getKey()

        Gets the unique value of this key.

        Returns:

        the unique value of this key, not null

      • hashCode

        public int hashCode()

        Overrides:

        hashCode in class Object

      • of

        public static ListKey of​(UUID key)

        Creates the ListKey for the provided key parameter.

        Parameters:

        key - the key

        Returns:

        the ListKey, or null if key was null