Package one.microstream.reference
Class Swizzling
java.lang.Object
one.microstream.reference.Swizzling
public final class Swizzling extends Object
- 
Method Summary
Modifier and Type Method Description static booleanisFoundId(long objectId)static booleanisNotFoundId(long objectId)static booleanisNotProperId(long objectId)static booleanisNullId(long objectId)static booleanisProperId(long objectId)static longnotFoundId()static longnullId()static longtoUnmappedObjectId(Object object) 
- 
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
 
 -