public static class AtomPrefixTypes.BagOptionsInPrefix
extends java.lang.Object
BagOptions.MergeBehavior
Modifier and Type | Field and Description |
---|---|
byte |
byteValue |
int |
id |
static int |
mask |
BagOptions.MergeBehavior |
merge |
static int |
offset |
Constructor and Description |
---|
BagOptionsInPrefix(int id,
BagOptions.MergeBehavior merge) |
Modifier and Type | Method and Description |
---|---|
static AtomPrefixTypes.BagOptionsInPrefix |
fromByte(byte b) |
static AtomPrefixTypes.BagOptionsInPrefix |
get(BagOptions options) |
boolean |
match(byte b) |
public static final int mask
public static final int offset
public final int id
public final BagOptions.MergeBehavior merge
public final byte byteValue
public BagOptionsInPrefix(int id, BagOptions.MergeBehavior merge)
public static AtomPrefixTypes.BagOptionsInPrefix fromByte(byte b)
public static AtomPrefixTypes.BagOptionsInPrefix get(BagOptions options)
public boolean match(byte b)