Package org.speakright.sro

Examples of org.speakright.sro.SROSubjectItem


      String[] ar = m_item.get().split(":");
     
      //3:Bart:15
      int num = SRUtils.safeToInt(ar[2]);
     
      SROSubjectItem voteWord = new SROSubjectItem("votes", num, true);
      String s = voteWord.getFormattedItem();
      return String.format("%s for %s", s, ar[1]);
    }
View Full Code Here

TOP

Related Classes of org.speakright.sro.SROSubjectItem

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.