Class IsSquare

java.lang.Object
rocks.palaiologos.maja.IsSquare

class IsSquare extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final boolean[]
     
    (package private) static final int[]
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static boolean
    isSquare(long x)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • start

      static final int[] start
    • bad255

      static final boolean[] bad255
  • Constructor Details

    • IsSquare

      private IsSquare()
  • Method Details

    • isSquare

      static boolean isSquare(long x)