public final class SimpleBooleanEncodedValue extends UnsignedIntEncodedValue implements BooleanEncodedValue
EncodedValue.InitializerConfig
bwdDataIndex, fwdDataIndex
Constructor and Description |
---|
SimpleBooleanEncodedValue(String name) |
SimpleBooleanEncodedValue(String name,
boolean storeBothDirections) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBool(boolean reverse,
IntsRef ref) |
void |
setBool(boolean reverse,
IntsRef ref,
boolean value) |
equals, getInt, getMaxInt, getName, getVersion, hashCode, init, isStoreTwoDirections, setInt, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getVersion, init
public SimpleBooleanEncodedValue(String name)
public SimpleBooleanEncodedValue(String name, boolean storeBothDirections)
public final void setBool(boolean reverse, IntsRef ref, boolean value)
setBool
in interface BooleanEncodedValue
public final boolean getBool(boolean reverse, IntsRef ref)
getBool
in interface BooleanEncodedValue
Copyright © 2012–2020. All rights reserved.