Class Summary |
RefBoolean |
Reference Boolean is the same as Boolean but allows you to set the boolean without creating a new Boolean . |
RefByte |
Reference Byte is the same as Byte but allows you to set the byte without creating a new Byte . |
RefCharacter |
Reference Character is the same as Character but allows you to set the character without creating a new Character . |
RefDouble |
Reference Double is the same as Double but allows you to set the double without creating a new Double . |
RefFloat |
Reference Float is the same as Float but allows you to set the float without creating a new RefFloat . |
RefInteger |
Reference Integer is the same as Integer but allows you to set the int without creating a new RefInteger . |
RefLong |
Reference Long is the same as Long but allows you to set the long without creating a new RefLong . |
RefNumber |
A reference number, this class contains many of the different operations that a number could do. |
RefObject |
Reference Object is the same as Object but allows you to set the object without creating a new Object . |
RefShort |
Reference Short is the same as Short but allows you to set the short without creating a new RefShort . |
RefUByte |
Reference UByte is the same as Byte but is unsigned and allows you to set the byte without creating a new Byte . |
RefUInteger |
Reference UInteger is the same as Integer but is unsigned and allows you to set the int without creating a new Integer . |
RefULong |
Reference ULong is the same as Long but is unsigned and allows you to set the long without creating a new Long . |
RefUShort |
Reference UShort is the same as Short but is unsigned and allows you to set the short without creating a new Short . |