public enum BitmapFormat extends Enum<BitmapFormat>
| Modifier and Type | Field and Description |
|---|---|
int |
shift |
| Modifier and Type | Method and Description |
|---|---|
long[] |
convertRangeAndBitmapToArray(long range,
long bitmap) |
boolean |
hasLabel(long bitmap,
long nodeId) |
long |
rangeOf(long id) |
int |
rangeSize() |
void |
set(Bitmap bitmap,
long id,
boolean set) |
static BitmapFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitmapFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitmapFormat _32
public static final BitmapFormat _64
public static BitmapFormat[] values()
for (BitmapFormat c : BitmapFormat.values()) System.out.println(c);
public static BitmapFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int rangeSize()
public long rangeOf(long id)
public long[] convertRangeAndBitmapToArray(long range,
long bitmap)
public boolean hasLabel(long bitmap,
long nodeId)
public void set(Bitmap bitmap, long id, boolean set)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.