Class LONG_Upper


  • public final class LONG_Upper
    extends Type
    This class represents the upper half of a LONG variable.
    • Field Detail

      • INSTANCE

        private static final LONG_Upper INSTANCE
        The one and only instance of this class.
    • Constructor Detail

      • LONG_Upper

        private LONG_Upper()
        The constructor; this class must not be instantiated from the outside.
    • Method Detail

      • theInstance

        public static LONG_Upper theInstance()
        Gets the single instance of this class.
        Returns:
        the single instance of this class.