Class BitMask<T extends BitMask<T>>
java.lang.Object
com.here.platform.location.integration.optimizedmap.BitMask<T>
- Direct Known Subclasses:
AccessRestrictionType
,BuiltUpAreaRoad
,LocalRoad
,PhysicalAttribute
,RoadAccessType
,RoadUsage
,SupplementalGeometry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BitMask
public BitMask()
-
-
Method Details
-
intersects
Determines whether this has any bit in common with `other` -
mask
public abstract int mask()Returns the integer representation of the mask -
union
Combines this bit mask with `other` to create a new bit mask that contains both
-