Package-level declarations
Strategies for allocating the difference generated by the allocation operation.
Types
Allocates a Money difference in the allocations list.
Discards the Money difference.
Allocates the Money difference according to its sign by distributing its difference units.
Allocates the Money difference on a specific index in the allocations list.
Allocates a negative Money difference on the first item of the allocations list. Otherwise, allocates on the last non-zero value of the list.
Allocates a negative Money difference on the first item with the greatest value in the allocations list. Otherwise, distributes the difference on the last item with the smallest value in the allocations list.
Allocates the Money difference on the first item in the allocations list.
Allocates the Money difference on the first item with the greatest value in the allocations list.
Allocates the Money difference on the first item of non-zero value in the allocations list. If only zero values are available, allocates to the first item.
Allocates the Money difference on the first item with the smallest value in the allocations list.
Allocates the Money difference on the first item with a specific value in the allocations list.
Allocates the Money difference on the item with the greatest value in the allocations list.
Allocates the Money difference on the last item in the allocations list.
Allocates the Money difference on the last item with the greatest value in the allocations list.
Allocates the Money difference on the last item of non-zero value in the allocations list. If only zero values are available, allocates to the last item.
Allocates the Money difference on the last item with the smallest value in the allocations list.
Allocates the Money difference on the last item with a specific value in the allocations list.
Allocates the Money difference on the item with the smallest value in the allocations list.
Allocates a positive Money difference on the first item of the allocations list. Otherwise, allocates on the last non-zero value of the list.
Allocates a positive Money difference on the first item with the greatest value in the allocations list. Otherwise, distributes the difference on the last item with the smallest value in the allocations list.
Allocates the Money difference according to its sign. Positive values are allocated according to positiveAllocator, whereas negative values are allocated by negativeAllocator.
Allocates the Money difference in a specific value in the allocations list.