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