19 package org.turro.financials.cart;
21 import java.util.Iterator;
22 import java.util.TreeSet;
30 public boolean add(Double perCent, Double tax, Double taxValue, Double subtotal, Double taxable) {
32 at.
add(taxValue, subtotal, taxable);
70 Iterator<CartTaxable> it = iterator();
72 if(it.next().isEmpty()) {
CartTaxable getPercent(Double perCent, Double tax)
boolean add(Double perCent, Double tax, Double taxValue, Double subtotal, Double taxable)
void add(Double taxValue, Double amount, Double taxable)
boolean isPerCent(Double perCent)