public class MinefieldDataFusing extends DisBitSet
Modifier and Type | Class and Description |
---|---|
static class |
MinefieldDataFusing.Bits |
Modifier and Type | Field and Description |
---|---|
static MinefieldDataFusing.Bits |
HAS_ANTI_HANDLING_DEVICE
Describes whether the mine has an Anti-Handling device
|
static MinefieldDataFusing.Bits |
PRIMARY
Identifies the type of the primary fuse, Use
MinefieldFusingFuseType values for this field |
static MinefieldDataFusing.Bits |
SECONDARY
Identifies the type of the secondary fuse, Use
MinefieldFusingFuseType values for this field |
Constructor and Description |
---|
MinefieldDataFusing() |
MinefieldDataFusing(MinefieldDataFusing.Bits wh,
int i) |
Modifier and Type | Method and Description |
---|---|
MinefieldDataFusing |
set(int start,
int length,
int val) |
MinefieldDataFusing |
set(MinefieldDataFusing.Bits wh,
int val) |
calculateMask, calculateMask, getMarshalledSize, marshal, marshal, marshallCommon, setbits, unmarshal, unmarshal
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, toString, valueOf, valueOf, valueOf, valueOf, xor
public static MinefieldDataFusing.Bits PRIMARY
MinefieldFusingFuseType
values for this fieldpublic static MinefieldDataFusing.Bits SECONDARY
MinefieldFusingFuseType
values for this fieldpublic static MinefieldDataFusing.Bits HAS_ANTI_HANDLING_DEVICE
public MinefieldDataFusing()
public MinefieldDataFusing(MinefieldDataFusing.Bits wh, int i)
public MinefieldDataFusing set(MinefieldDataFusing.Bits wh, int val)
public MinefieldDataFusing set(int start, int length, int val)