Codota Logo
OverloadedNumberUtil$FloatOrInteger
Code IndexAdd Codota to your IDE (free)

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

Best Java code snippets using freemarker.ext.beans.OverloadedNumberUtil$FloatOrInteger (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

Most used methods

  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • findViewById (Activity)
  • getContentResolver (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • HashSet (java.util)
    This class implements the Set interface, backed by a hash table (actually a HashMap instance). It m
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Table (org.hibernate.mapping)
    A relational table
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