Codota Logo
OverloadedNumberUtil$FloatOrInteger.<init>
Code IndexAdd Codota to your IDE (free)

How to use
freemarker.ext.beans.OverloadedNumberUtil$FloatOrInteger
constructor

Best Java code snippets using freemarker.ext.beans.OverloadedNumberUtil$FloatOrInteger.<init> (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ScheduledThreadPoolExecutor s =
  • Codota Iconnew ScheduledThreadPoolExecutor(corePoolSize)
  • Codota IconThreadFactory threadFactory;new ScheduledThreadPoolExecutor(corePoolSize, threadFactory)
  • Codota IconString str;new ScheduledThreadPoolExecutor(1, new ThreadFactoryBuilder().setNameFormat(str).build())
  • Smart code suggestions by Codota
}
origin: org.freemarker/freemarker

  return new FloatOrShort((Float) num, (short) intN);
} else if ((typeFlags & TypeFlags.INTEGER) != 0) {
  return new FloatOrInteger((Float) num, intN);
} else if ((typeFlags & TypeFlags.LONG) != 0) {
      ? new FloatOrInteger((Float) num, intN)
      : new FloatOrByte((Float) num, (byte) intN);  // as !exact implies (-128..127)
origin: org.freemarker/freemarker-gae

  return new FloatOrShort((Float) num, (short) intN);
} else if ((typeFlags & TypeFlags.INTEGER) != 0) {
  return new FloatOrInteger((Float) num, intN);
} else if ((typeFlags & TypeFlags.LONG) != 0) {
      ? new FloatOrInteger((Float) num, intN)
      : new FloatOrByte((Float) num, (byte) intN);  // as !exact implies (-128..127)
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.freemarker

  return new FloatOrShort((Float) num, (short) intN);
} else if ((typeFlags & TypeFlags.INTEGER) != 0) {
  return new FloatOrInteger((Float) num, intN);
} else if ((typeFlags & TypeFlags.LONG) != 0) {
      ? new FloatOrInteger((Float) num, intN)
      : new FloatOrByte((Float) num, (byte) intN);  // as !exact implies (-128..127)
freemarker.ext.beansOverloadedNumberUtil$FloatOrInteger<init>

Popular methods of OverloadedNumberUtil$FloatOrInteger

    Popular in Java

    • Updating database using SQL prepared statement
    • getApplicationContext (Context)
    • getOriginalFilename (MultipartFile)
      Return the original filename in the client's filesystem.This may contain path information depending
    • setRequestProperty (URLConnection)
      Sets the general request property. If a property with the key already exists, overwrite its value wi
    • Comparator (java.util)
      A Comparator is used to compare two objects to determine their ordering with respect to each other.
    • ExecutorService (java.util.concurrent)
      An Executor that provides methods to manage termination and methods that can produce a Future for tr
    • Executors (java.util.concurrent)
      Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
    • Pattern (java.util.regex)
      A compiled representation of a regular expression. A regular expression, specified as a string, must
    • BasicDataSource (org.apache.commons.dbcp)
      Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
    • Logger (org.apache.log4j)
      This is the central class in the log4j package. Most logging operations, except configuration, are d
    Codota Logo
    • Products

      Search for Java codeSearch for JavaScript codeEnterprise
    • IDE Plugins

      IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Codota for your IDE now