Package cn.bran.japid

Examples of cn.bran.japid.MyTuple2


   */
  private void logTime(String marker, long t) {
//    if (caller != null) {
//      caller.logTime(marker, t);
//    } else {
      timeLogs.add(new MyTuple2(marker, t));
//    }
  }
View Full Code Here


   */
  private void logTime(String marker, long t) {
//    if (caller != null) {
//      caller.logTime(marker, t);
//    } else {
      timeLogs.add(new MyTuple2(marker, t));
//    }
  }
View Full Code Here

TOP

Related Classes of cn.bran.japid.MyTuple2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.