congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
KeyedWeakReference
Code IndexAdd Tabnine to your IDE (free)

How to use
KeyedWeakReference
in
com.palantir.util

Best Java code snippets using com.palantir.util.KeyedWeakReference (Showing top 4 results out of 315)

origin: palantir/atlasdb

  private WeakCacheEntry(K key, V value, ReferenceQueue<V> queue) {
    super(new KeyedWeakReference<K, V>(key, value, queue));
  }
}
origin: palantir/atlasdb

public WeakMBeanHandler(final String objectName, final DynamicMBean delegate) {
  delegateRef = new KeyedWeakReference<String, DynamicMBean>(objectName, delegate, refQueue);
}
origin: com.palantir.atlasdb/atlasdb-commons

public WeakMBeanHandler(final String objectName, final DynamicMBean delegate) {
  delegateRef = new KeyedWeakReference<String, DynamicMBean>(objectName, delegate, refQueue);
}
origin: com.palantir.atlasdb/atlasdb-commons

  private WeakCacheEntry(K key, V value, ReferenceQueue<V> queue) {
    super(new KeyedWeakReference<K, V>(key, value, queue));
  }
}
com.palantir.utilKeyedWeakReference

Most used methods

  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • JLabel (javax.swing)
  • JList (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top plugins for Android Studio
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