Class Constants

java.lang.Object
io.github.jbellis.jvector.util.Constants

public final class Constants extends Object
Some useful constants.
  • Field Details

    • OS_NAME

      public static final String OS_NAME
      The value of System.getProperty("os.name"). *
    • OS_ARCH

      public static final String OS_ARCH
      The value of System.getProperty("os.arch").
    • JRE_IS_64BIT

      public static final boolean JRE_IS_64BIT
      True iff running on a 64bit JVM