Sharkysoft home

Package lava.konst

Frequently used constants.

See:
          Description

Class Summary
BIG_INTEGER BigInteger constants.
BYTE Byte constants.
CHAR Char constants.
DOUBLE Double constants.
FLOAT Float constants.
INT Int constants.
LONG Long constants.
SHORT Short constants.
 

Package lava.konst Description

Frequently used constants.

Details: konst contains frequently-used, descriptively-named constants. Use these constants in your source to produce more readable code. The compiler will recognize these values as compile-time constants and embed their values directly into your class definition so that there will be no performance penalty.


Sharkysoft home