久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術文章
文章詳情頁

JDK12的新特性之CompactNumberFormat詳解

瀏覽:132日期:2024-07-21 11:15:11

簡介

JDK12引入了新的格式化數字的類叫做CompactNumberFormat。主要方便我們對很長的數字進行簡寫。比如1000可以簡寫為1K或者1 thousand。

本文將會講解CompactNumberFormat的基本構成和使用方法,最后在實際的例子中結束文章的講解。

更多內容請訪問www.flydean.com

CompactNumberFormat詳解

CompactNumberFormat做為格式化數字的一部分是NumberFormat的子類。作用就是將數字進行格式化。要想構建一個CompactNumberFormat,最簡單的辦法就是使用NumberFormat.getCompactNumberInstance方法了。

下面是該方法的定義:

public static NumberFormat getCompactNumberInstance(Locale locale, NumberFormat.Style formatStyle)

方法需要傳入兩個參數:Locale和Style。

Locale

Locale代表著本地語言特性,比如在US locale中,10000可以表示為“10K”,而在China locale中,10000中就變成了“1萬”。

Style

Style有兩種類型,short和long。比如說10000的short表示是“10K”,而它的long表示是“10 thousand”。

JDK已經為我們自定義了很多種內置的Compact實現,我們可以直接使用:

@Test public void testCompactNumberFormat(){ NumberFormat fmtShort = NumberFormat.getCompactNumberInstance( Locale.US, NumberFormat.Style.SHORT); NumberFormat fmtLong = NumberFormat.getCompactNumberInstance( Locale.US, NumberFormat.Style.LONG); log.info(fmtShort.format(312)); log.info(fmtShort.format(3123)); log.info(fmtShort.format(31234)); log.info(fmtLong.format(312)); log.info(fmtLong.format(3123)); log.info(fmtLong.format(31234)); }

輸出結果:

312 3K 31K 312 3 thousand 31 thousand

自定義CompactNumberFormat

除了使用NumberFormat工具類之外,我們還可以自定義CompactNumberFormat。

先看下CompactNumberFormat的定義:

public CompactNumberFormat(String decimalPattern,DecimalFormatSymbols symbols, String[] compactPatterns)public CompactNumberFormat(String decimalPattern,DecimalFormatSymbols symbols, String[] compactPatterns,String pluralRules)

CompactNumberFormat可以接受3個或者4個參數的構造函數。

其中decimalPattern和symbols是用來正常解析數字的,compactPatterns則是用來生成縮寫。pluralRules表示的是復數規則。

@Test public void useCustom(){ String[] compactPatterns = {'', '', '', '0千', '0萬', '00萬', '0百萬', '0千萬', '0億', '00億', '0百億', '0千億', '0兆', '00兆', '000兆'}; DecimalFormat decimalFormat = (DecimalFormat) NumberFormat.getNumberInstance(Locale.CHINA); CompactNumberFormat format = new CompactNumberFormat( decimalFormat.toPattern(), decimalFormat.getDecimalFormatSymbols(), compactPatterns); log.info(format.format(312340000)); }

上面是一個我們自定義的縮寫規則。

輸出結果:

3億

解析CompactNumber

能生成自然也能夠解析,我們看一個解析的例子:

@Test public void testParse() throws ParseException { NumberFormat fmtLong = NumberFormat.getCompactNumberInstance( Locale.US, NumberFormat.Style.LONG); log.info(String.valueOf(fmtLong.parse('3 thousand'))); }

輸出結果:

3000

總結

本文介紹了JDK12中引入的新的CompactNumberFormat類,希望大家能夠喜歡。

本文的例子

[https://github.com/ddean2009/ learn-java-base-9-to-20](https://github.com/ddean2009/learn-java-base-9-to-20)

到此這篇關于JDK12的新特性:CompactNumberFormat的文章就介紹到這了,更多相關JDK12的新特性:CompactNumberFormat內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: JDK12
主站蜘蛛池模板: www久久精品 | 欧美aaa视频 | 91精品国产综合久久婷婷香蕉 | 日本福利视频免费观看 | 97视频观看| 亚洲性片| 久久视频在线 | 一区二区三区在线免费观看 | 91丨九色丨国产在线 | 精品久久中文字幕 | 精品亚洲自拍 | 久久国产精品久久久久久电车 | 一区二区三区免费 | 久久综合成人精品亚洲另类欧美 | 一本a道v久大 | 求av网址 | 蜜桃一区二区 | 国产精品久久久久久久久 | 欧美一级片免费在线观看 | 天堂在线www| 国产午夜精品久久 | 91日日夜夜| 国产欧美在线 | 操久久| 亚洲国产成人精品女人久久久 | 国产成人精品一区二区三区网站观看 | 色欧美片视频在线观看 | 久久综合一区二区 | 人人澡人人射 | 国产日韩精品一区二区 | 正在播放国产一区 | 日韩精品一| 日韩av在线一区二区三区 | a级黄色在线观看 | 国产一二三四在线 | 日韩城人免费 | 做a视频免费观看 | 久久免费精品 | 夜本色| 久久国产精品免费一区二区三区 | 一本色道精品久久一区二区三区 |