Package one.microstream.reference
Class Swizzling
java.lang.Object
one.microstream.reference.Swizzling
public final class Swizzling extends Object
-
Constructor Summary
Constructors Constructor Description Swizzling()
-
Method Summary
Modifier and Type Method Description static boolean
isFoundId(long objectId)
static boolean
isNotFoundId(long objectId)
static boolean
isNotProperId(long objectId)
static boolean
isNullId(long objectId)
static boolean
isProperId(long objectId)
static long
notFoundId()
static long
nullId()
static long
toUnmappedObjectId(Object object)
-
Constructor Details
-
Swizzling
public Swizzling()
-
-
Method Details
-
nullId
public static final long nullId() -
notFoundId
public static final long notFoundId() -
isNullId
public static final boolean isNullId(long objectId) -
isFoundId
public static final boolean isFoundId(long objectId) -
isNotFoundId
public static final boolean isNotFoundId(long objectId) -
isProperId
public static final boolean isProperId(long objectId) -
isNotProperId
public static final boolean isNotProperId(long objectId) -
toUnmappedObjectId
-