Package stdlib

Interface Hashable<T>


public interface Hashable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals_(T other)
     
    int
     
  • Method Details

    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • equals_

      boolean equals_(T other)