Package org.neo4j.gds.compat
Class LongPropertyReference
- java.lang.Object
-
- org.neo4j.gds.compat.LongPropertyReference
-
- All Implemented Interfaces:
PropertyReference
public final class LongPropertyReference extends java.lang.Object implements PropertyReference
-
-
Field Summary
Fields Modifier and Type Field Description longid
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyReferenceempty()booleanisEmpty()static PropertyReferenceof(long id)
-
-
-
Method Detail
-
of
public static PropertyReference of(long id)
-
empty
public static PropertyReference empty()
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacePropertyReference
-
-