Class ListKey

java.lang.Object
com.vaadin.collaborationengine.ListKey

public class ListKey extends Object
An object which identifies each item of a CollaborationList.
Author:
Vaadin Ltd
  • Method Details

    • getKey

      public UUID getKey()
      Gets the unique value of this key.
      Returns:
      the unique value of this key, not null
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • 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