public final class SimpleBooleanEncodedValue extends IntEncodedValueImpl implements BooleanEncodedValue
EncodedValue.InitializerConfig
Constructor and Description |
---|
SimpleBooleanEncodedValue(String name) |
SimpleBooleanEncodedValue(String name,
boolean storeBothDirections) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBool(boolean reverse,
int edgeId,
EdgeIntAccess edgeIntAccess) |
void |
setBool(boolean reverse,
int edgeId,
EdgeIntAccess edgeIntAccess,
boolean value) |
getInt, getMaxOrMaxStorableInt, getMaxStorableInt, getMinStorableInt, getName, init, isStoreTwoDirections, setInt, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, init, isStoreTwoDirections
public SimpleBooleanEncodedValue(String name)
public SimpleBooleanEncodedValue(String name, boolean storeBothDirections)
public final void setBool(boolean reverse, int edgeId, EdgeIntAccess edgeIntAccess, boolean value)
setBool
in interface BooleanEncodedValue
public final boolean getBool(boolean reverse, int edgeId, EdgeIntAccess edgeIntAccess)
getBool
in interface BooleanEncodedValue
Copyright © 2012–2023. All rights reserved.