Interface StringOrHashCode


public interface StringOrHashCode
Although hash codes are ultimately represented as an array of bytes, they are more restrictive than strings and rather represent numbers, whereas strings should represent url-safe sequences of characters
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
     
  • Method Details

    • isHashCode

      boolean isHashCode()
    • isString

      boolean isString()
    • toString

      String toString()
      Overrides:
      toString in class Object