李敏  
          日歷
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345
          統計
          • 隨筆 - 1
          • 文章 - 40
          • 評論 - 4
          • 引用 - 0

          導航

          常用鏈接

          留言簿(1)

          文章分類

          文章檔案

          相冊

          收藏夾

          它山之石

          聚賢莊

          搜索

          •  

          最新評論

           
           String tests[] = {
                
          "aaaa""bbbb""aaaa"
              }
          ;

              Analysis 
          < String > an = new Analysis < String > (tests);

              
          //an.add("aaaa");
              
          //an.add("bbbb");
              
          //an.add(111);

              System.out.println(an.isOnlyOne());

          /**
           *處理重復數 
           
          */

          class Analysis < T > {
            
          private Set < T > temp = new HashSet < T > ();

            
          private int count = 0;

            
          public Analysis(){

            }


            
          public Analysis(T t){
              temp 
          = new HashSet < T > (Arrays.asList(t));

              count 
          = t.length;
            }


            
          /**
             *添加數據 
             
          */

            
          public void add(T t){
              temp.add(t);

              count
          ++;
            }


            
          /**
             *檢查是否有重復值 
             
          */

            
          public boolean isOnlyOne(){
              
          //容器的實際大小 
              int containerSize = temp.size();

              
          return count == containerSize;

            }

          }
          posted on 2010-08-11 16:07 李敏 閱讀(161) 評論(0)  編輯  收藏 所屬分類: 算法
           
          Copyright © 李敏 Powered by: 博客園 模板提供:滬江博客
          主站蜘蛛池模板: 许昌县| 南城县| 黑水县| 高阳县| 赤水市| 河间市| 盖州市| 武定县| 同德县| 株洲市| 蓬溪县| 龙州县| 丰顺县| 什邡市| 厦门市| 湖口县| 东台市| 马边| 比如县| 祁东县| 商都县| 巍山| 永川市| 紫阳县| 墨脱县| 安阳县| 东乌珠穆沁旗| 子洲县| 天长市| 嫩江县| 湄潭县| 金平| 岢岚县| 龙口市| 雅江县| 靖远县| 旅游| 固安县| 桐乡市| 都昌县| 建平县|