Static
checkStatic
convertConvert position bitmap to the array of boolean which represent if Bundled Position is open.
The position bundle whose bitmap will be converted
The array of boolean representing if Bundled Position is open
Static
findGet the first unoccupied bundle index in the position bundle.
The position bundle to be checked
The first unoccupied bundle index, null if the position bundle is full
Static
getGet all bundle indexes where the corresponding Bundled Position is open.
The position bundle to be checked
The array of bundle index where the corresponding Bundled Position is open
Static
getGet all bundle indexes where the corresponding Bundled Position is not open.
The position bundle to be checked
The array of bundle index where the corresponding Bundled Position is not open
Static
isCheck if all bundle index is unoccupied.
The position bundle to be checked
true if all bundle index is unoccupied
Static
isCheck if all bundle index is occupied.
The position bundle to be checked
true if all bundle index is occupied
Static
isCheck if the Bundled Position corresponding to the bundle index has been opened.
The position bundle to be checked
The bundle index to be checked
true if Bundled Position has been opened
Static
isCheck if the Bundled Position corresponding to the bundle index has not been opened.
The position bundle to be checked
The bundle index to be checked
true if Bundled Position has not been opened
A collection of utility functions when interacting with a PositionBundle.