Package net.sf.gluent.doc.fluentwebapp.rebelforum

Examples of net.sf.gluent.doc.fluentwebapp.rebelforum.IntelligenceHint


    return (int) (Math.random() * size);
  }

  public void createHint(String shortHint, String longHint) {
    int id = idOfNextNewHint++;
    hintsById.put(id, new IntelligenceHint(id, shortHint, longHint));
  }
View Full Code Here

TOP

Related Classes of net.sf.gluent.doc.fluentwebapp.rebelforum.IntelligenceHint

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.