Package org.x4juli.global.constants

The containing classes provide support for typesafe constants. x4juli does not use them at any time because most constant strings/integers are used in performance critical sections.

See:
          Description

Interface Summary
Constant Interface for constant objects.
 

Class Summary
ConstantBigDecimal Constant super class for BigDecimal values.
ConstantBigInteger Constant super class for BigInteger values.
ConstantByte Constant super class for Byte values.
ConstantCharacter Constant super class for Character values.
ConstantDouble Constant super class for Double values.
ConstantFloat Constant super class for Float values.
ConstantInteger Constant super class for Integer values.
ConstantLong Constant super class for Long values.
ConstantShort Constant super class for Short values.
ConstantString Constant super class for String values.
 

Package org.x4juli.global.constants Description

The containing classes provide support for typesafe constants. x4juli does not use them at any time because most constant strings/integers are used in performance critical sections. This is not an argument against typesafe constants, they are very useful in outside interfaced parts of any application. (Think of swing: everything is a int).



${license_html}