Codota Logo
TLongObjectHashMap.remove
Code IndexAdd Codota to your IDE (free)

How to use
remove
method
in
gnu.trove.map.hash.TLongObjectHashMap

Best Java code snippets using gnu.trove.map.hash.TLongObjectHashMap.remove (Showing top 8 results out of 315)

  • Common ways to obtain TLongObjectHashMap
private void myMethod () {
TLongObjectHashMap t =
  • Codota Iconnew TLongObjectHashMap<>()
  • Smart code suggestions by Codota
}
origin: opentripplanner/OpenTripPlanner

boolean modified = binVisitor.visit(bin, mapKey);
if (modified && bin.isEmpty()) {
  bins.remove(mapKey);
  nBins--;
origin: DV8FromTheWorld/JDA

  this.overridesAdd.remove(id);
  set |= PERMISSION;
});
origin: us.ihmc/ihmc-robotics-toolkit

private synchronized void atomicRemoveFromListAndMap()
{
 TimestampedPoint timePoint;
 timePoint = list.removeFirst();
 map.remove(hash(timePoint));
}
origin: us.ihmc/IHMCRoboticsToolkit

private synchronized void atomicRemoveFromListAndMap()
{
 TimestampedPoint timePoint;
 timePoint = list.removeFirst();
 map.remove(hash(timePoint));
}
origin: PapenfussLab/gridss

@Override
public void removeNode(T node) {
  kmers.remove(node.kmer());
}
@Override
origin: PapenfussLab/gridss

/**
 * removes the given kmer from the graph
 * @param kmer kmer to remove
 */
public void remove(long kmer) {
  kmers.remove(kmer);
  onKmerRemoved(kmer);
}
public T remove(long kmer, T node) {
origin: us.ihmc/CommonWalkingControlModules

public void clear()
{
 while (!jointsWithDesiredData.isEmpty())
 {
   OneDoFJoint lastJoint = jointsWithDesiredData.remove(jointsWithDesiredData.size() - 1);
   LowLevelJointData jointDataToReset = lowLevelJointDataMap.remove(lastJoint.nameBasedHashCode());
   jointDataToReset.clear();
   unusedData.add(jointDataToReset);
 }
}
origin: PGWelch/com.opendoorlogistics

insert(toInsertBefore.remove(rowid), row);
insert(toInsertAfter.remove(rowid), row+1);				
gnu.trove.map.hashTLongObjectHashMapremove

Javadoc

Popular methods of TLongObjectHashMap

  • <init>
    Creates a new TLongObjectHashMap that contains the entries in the map passed to it.
  • put
  • get
  • size
  • contains
  • iterator
  • containsKey
  • forEachEntry
  • putAll
  • valueCollection
  • clear
  • doPut
  • clear,
  • doPut,
  • forEach,
  • index,
  • postInsertHook,
  • reenableAutoCompaction,
  • removeAt,
  • setUp,
  • tempDisableAutoCompaction

Popular in Java

  • Reading from database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • requestLocationUpdates (LocationManager)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Kernel (java.awt.image)
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
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