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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, init, isStoreTwoDirectionspublic SimpleBooleanEncodedValue(String name)
public SimpleBooleanEncodedValue(String name, boolean storeBothDirections)
public final void setBool(boolean reverse,
int edgeId,
EdgeIntAccess edgeIntAccess,
boolean value)
setBool in interface BooleanEncodedValuepublic final boolean getBool(boolean reverse,
int edgeId,
EdgeIntAccess edgeIntAccess)
getBool in interface BooleanEncodedValueCopyright © 2012–2023. All rights reserved.