Package org.jheaps
Class Constants
- java.lang.Object
- 
- org.jheaps.Constants
 
- 
 public class Constants extends Object Global library configuration flags which affect generated code at compile time.- Author:
- Dimitrios Michail
 
- 
- 
Field SummaryFields Modifier and Type Field Description static booleanDEBUGGlobal debug flag which affects compiled codestatic booleanDEBUG_LEVEL1Global level one debug flag which affects compiled code.static booleanDEBUG_LEVEL2Global level two debug flag which affects compiled codestatic StringNAMELibrary namestatic booleanNOT_BENCHMARKGlobal benchmarking flag.
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME Library name- See Also:
- Constant Field Values
 
 - 
DEBUGpublic static final boolean DEBUG Global debug flag which affects compiled code- See Also:
- Constant Field Values
 
 - 
DEBUG_LEVEL1public static final boolean DEBUG_LEVEL1 Global level one debug flag which affects compiled code.- See Also:
- Constant Field Values
 
 - 
DEBUG_LEVEL2public static final boolean DEBUG_LEVEL2 Global level two debug flag which affects compiled code- See Also:
- Constant Field Values
 
 - 
NOT_BENCHMARKpublic static final boolean NOT_BENCHMARK Global benchmarking flag. This flag enables sanity checks when the code is not for benchmarking performance. When benchmarking we assume that the user provided the correct input.- See Also:
- Constant Field Values
 
 
- 
 
-