Skip to content

Add hashCode to QuadKey #2

Description

@ryan-shaw

To allow more efficient use in data structures that make use of hash tables.

Probably just as simple as

public int hashCode(){
   return self.key.hashCode();
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions