`
myway84
  • 浏览: 200654 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
文章分类
社区版块
存档分类
最新评论

Display

 
阅读更多
package com.huaweisymantec.rmc.mail;

public class Display {
 
private boolean regexPrinted = false;

    private String regex;
   
    Display(String regex)
    {
    this.regex = regex;
    }
   
    void display(String message) {
   
      if(!regexPrinted) {

        regexPrinted = true;
      }
      System.out.println(message);
    }
  }
分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

Global site tag (gtag.js) - Google Analytics