java.lang.Object
org.springframework.data.solr.core.query.result.StringPageKey
All Implemented Interfaces:
PageKey

public class StringPageKey extends Object implements PageKey
String implementation of PageKey
  • Constructor Details

    • StringPageKey

      public StringPageKey(String key)
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: PageKey
      Key to represent on page within a collection
      Specified by:
      getKey in interface PageKey
      Returns:
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object