Package org.jheaps
Class Constants
java.lang.Object
org.jheaps.Constants
Global library configuration flags which affect generated code at compile
time.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Global debug flag which affects compiled codestatic final boolean
Global level one debug flag which affects compiled code.static final boolean
Global level two debug flag which affects compiled codestatic final String
Library namestatic final boolean
Global benchmarking flag. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
Library name- See Also:
-
DEBUG
public static final boolean DEBUGGlobal debug flag which affects compiled code- See Also:
-
DEBUG_LEVEL1
public static final boolean DEBUG_LEVEL1Global level one debug flag which affects compiled code.- See Also:
-
DEBUG_LEVEL2
public static final boolean DEBUG_LEVEL2Global level two debug flag which affects compiled code- See Also:
-
NOT_BENCHMARK
public static final boolean NOT_BENCHMARKGlobal 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:
-
-
Constructor Details
-
Constants
private Constants()
-