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();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions