- 博客(2)
- 收藏
- 关注
原创 JAVA 基础
public class DecimalFormat { public static String converCurrencyFormat(BigDecimal currency, int decimalPlace){ BigDecimal cury = MathUtils.roundHalfUp(currency,decimalPlace); ...
2009-07-01 19:43:41
108
原创 override the equals & hashcode & compareTo & toString
总结一下相关的 equals/ hashCode / compareTo / toString method写法 1. org.apache.commons.lang.builder.EqualsBuilder 注意:复写equals,必须要复写hashCode, 在equals比较的Field必须也出现在hashCode里,反之亦然。 @Override public b...
2009-06-29 15:53:33
158
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人