Codota Logo
Int2ObjectMaps.unmodifiable
Code IndexAdd Codota to your IDE (free)

How to use
unmodifiable
method
in
it.unimi.dsi.fastutil.ints.Int2ObjectMaps

Best Java code snippets using it.unimi.dsi.fastutil.ints.Int2ObjectMaps.unmodifiable (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: com.metsci.glimpse/glimpse-extras-dnc

public DncGeosymTextStyle(Font font, int colorCode, String prefix, String suffix, Int2ObjectMap<String> abbrevs)
{
  this.font = font;
  this.colorCode = colorCode;
  this.prefix = prefix;
  this.suffix = suffix;
  this.abbrevs = (abbrevs == null ? null : unmodifiable(new Int2ObjectOpenHashMap<String>(abbrevs)));
}
origin: com.metsci.glimpse/glimpse-extras-dnc

this.geosymAssignments = Int2ObjectMaps.unmodifiable( readDncSymbolAssignments( config.geosymAssignmentsFilename ) );
origin: com.metsci.glimpse/glimpse-extras-dnc

public QueryDatabase( File flatDir, DncProjection proj, ExecutorService exec ) throws IOException
{
  this.flatDir = flatDir;
  this.proj = proj;
  this.exec = exec;
  this.charset = readFlatCharset( flatDir );
  this.fcodeNames = Int2ObjectMaps.unmodifiable( readFlatFcodeNames( flatDir, charset ) );
  this.attrNames = Int2ObjectMaps.unmodifiable( readFlatAttrNames( flatDir, charset ) );
  this.flatLibraryNums = Object2IntMaps.unmodifiable( invertIdsMap( readFlatLibraryNames( flatDir, charset ) ) );
  this.flatCoverageNums = Object2IntMaps.unmodifiable( invertIdsMap( readFlatCoverageNames( flatDir, charset ) ) );
  this.bufMutex = new Object( );
  this.featuresBufMasters = unmodifiableMap( readFlatChunks( flatDir ) );
  this.ringsBufMaster = memmapFlatRingsBuf( flatDir );
  this.verticesBufMaster = memmapFlatVerticesBuf( flatDir );
  this.attrsBufMaster = memmapFlatAttrsBuf( flatDir );
  this.stringsBufMaster = memmapFlatStringsBuf( flatDir );
}
origin: com.metsci.glimpse/glimpse-extras-dnc

public TransitionalDatabase( File flatDir, DncProjection proj, ListMultimap<String,DncGeosymAssignment> geosymAssignments, Function<String,Object> externalAttrs ) throws IOException
{
  this.flatDir = flatDir;
  this.proj = proj;
  this.geosymAssignments = geosymAssignments;
  this.externalAttrs = externalAttrs;
  this.charset = readFlatCharset( flatDir );
  this.fcodeNames = Int2ObjectMaps.unmodifiable( readFlatFcodeNames( flatDir, charset ) );
  this.attrNames = Int2ObjectMaps.unmodifiable( readFlatAttrNames( flatDir, charset ) );
  this.flatLibraryNums = Object2IntMaps.unmodifiable( invertIdsMap( readFlatLibraryNames( flatDir, charset ) ) );
  this.flatCoverageNums = Object2IntMaps.unmodifiable( invertIdsMap( readFlatCoverageNames( flatDir, charset ) ) );
  this.bufMutex = new Object( );
  this.featuresBufMasters = unmodifiableMap( readFlatChunks( flatDir ) );
  this.ringsBufMaster = memmapFlatRingsBuf( flatDir );
  this.verticesBufMaster = memmapFlatVerticesBuf( flatDir );
  this.attrsBufMaster = memmapFlatAttrsBuf( flatDir );
  this.stringsBufMaster = memmapFlatStringsBuf( flatDir );
}
it.unimi.dsi.fastutil.intsInt2ObjectMapsunmodifiable

Javadoc

Returns an unmodifiable type-specific map backed by the given type-specific map.

Popular methods of Int2ObjectMaps

  • synchronize
    Returns a synchronized type-specific map backed by the given type-specific map, using an assigned ob
  • fastIterator
    Returns an iterator that will be FastEntrySet, if possible, on the Map#entrySet() of the provided ma

Popular in Java

  • Updating database using SQL prepared statement
  • runOnUiThread (Activity)
  • getContentResolver (Context)
  • putExtra (Intent)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
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