Home
last modified time | relevance | path

Searched refs:getBestBidValue (Results 1 – 1 of 1) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/
H A DAuctionsUIModel.java208 private static Currency getBestBidValue(AuctionEntry checkEntry) { in getBestBidValue() method in AuctionsUIModel
242 return getBestBidValue(ae); in addNonUSD()
244 return inCurr.add(getBestBidValue(ae)); in addNonUSD()
248 inCurr = getBestBidValue(ae).add(ae.getShippingWithInsurance()); in addNonUSD()
250 inCurr = inCurr.add(getBestBidValue(ae).add(ae.getShippingWithInsurance())); in addNonUSD()
282 realAccum = getBestBidValue(ae2); in sum()
295 realAccum = realAccum.add(getBestBidValue(ae2)); in sum()