Package com.evolveum.midpoint.util
Class NoValueUtil
java.lang.Object
com.evolveum.midpoint.util.NoValueUtil
Simulates
Long
behavior for natural numbers by plain `long` values by using a special
NONE_LONG
value. (Use for Integer
values is planned, hence the name.)
It exists to improve the performance.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
fromNullable
(Long value) static Long
toNullable
(long value) static long
zeroIfNone
(long value)
-
Field Details
-
NONE_LONG
public static final long NONE_LONG- See Also:
-
-
Constructor Details
-
NoValueUtil
public NoValueUtil()
-
-
Method Details
-
toNullable
-
fromNullable
-
zeroIfNone
public static long zeroIfNone(long value)
-