Class NoValueUtil

java.lang.Object
com.evolveum.midpoint.util.NoValueUtil

public class NoValueUtil extends Object
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 Details

  • Constructor Details

    • NoValueUtil

      public NoValueUtil()
  • Method Details

    • toNullable

      public static Long toNullable(long value)
    • fromNullable

      public static long fromNullable(Long value)
    • zeroIfNone

      public static long zeroIfNone(long value)