Tabnine Logo
Reference2IntLinkedOpenHashMap.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap
constructor

Best Java code snippets using it.unimi.dsi.fastutil.objects.Reference2IntLinkedOpenHashMap.<init> (Showing top 4 results out of 315)

origin: it.unimi.dsi/mg4j

/** Creates a new term-collection visitor. */

public TermCollectionVisitor() {
  index2termMap = new Reference2ObjectOpenHashMap<Index,Object2IntMap<String>>();
  indexMap = new Reference2IntLinkedOpenHashMap<Index>( Hash.DEFAULT_INITIAL_SIZE, .5f );
  term2Id = new Object2IntLinkedOpenHashMap<String>();
  term2Id.defaultReturnValue( -1 );
}

origin: it.unimi.di/mg4j

/** Creates a new term-collection visitor. */

public TermCollectionVisitor() {
  index2termMap = new Reference2ObjectOpenHashMap<Index,Object2IntMap<String>>();
  indexMap = new Reference2IntLinkedOpenHashMap<Index>( Hash.DEFAULT_INITIAL_SIZE, .5f );
  term2Id = new Object2IntLinkedOpenHashMap<String>();
  term2Id.defaultReturnValue( -1 );
}

origin: it.unimi.di/mg4j-big

/** Creates a new term-collection visitor. */

public TermCollectionVisitor() {
  index2termMap = new Reference2ObjectOpenHashMap<Index,Object2IntMap<String>>();
  indexMap = new Reference2IntLinkedOpenHashMap<Index>( Hash.DEFAULT_INITIAL_SIZE, .5f );
  term2Id = new Object2IntLinkedOpenHashMap<String>();
  term2Id.defaultReturnValue( -1 );
}

origin: it.unimi.dsi/mg4j-big

/** Creates a new term-collection visitor. */

public TermCollectionVisitor() {
  index2termMap = new Reference2ObjectOpenHashMap<Index,Object2IntMap<String>>();
  indexMap = new Reference2IntLinkedOpenHashMap<Index>( Hash.DEFAULT_INITIAL_SIZE, .5f );
  term2Id = new Object2IntLinkedOpenHashMap<String>();
  term2Id.defaultReturnValue( -1 );
}

it.unimi.dsi.fastutil.objectsReference2IntLinkedOpenHashMap<init>

Javadoc

Creates a new hash map with initial expected Hash#DEFAULT_INITIAL_SIZE entries and Hash#DEFAULT_LOAD_FACTOR as load factor.

Popular methods of Reference2IntLinkedOpenHashMap

  • addToValue
  • clear
  • containsValue
  • ensureCapacity
  • find
  • fixPointers
    Modifies the #link vector for a shift from s to d. This method will complete in constant time.
  • insert
  • moveIndexToFirst
  • moveIndexToLast
  • put
  • putAll
  • realSize
  • putAll,
  • realSize,
  • rehash,
  • removeEntry,
  • removeNullEntry,
  • setValue,
  • shiftKeys,
  • size,
  • tryCapacity

Popular in Java

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Permission (java.security)
    Legacy security code; do not use.
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now