Tabnine Logo
ForwardingNavigableMap.lowerEntry
Code IndexAdd Tabnine to your IDE (free)

How to use
lowerEntry
method
in
com.google.common.collect.ForwardingNavigableMap

Best Java code snippets using com.google.common.collect.ForwardingNavigableMap.lowerEntry (Showing top 12 results out of 315)

origin: google/guava

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: google/j2objc

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: wildfly/wildfly

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: com.diffplug.guava/guava-collect

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
  return keyOrNull(lowerEntry(key));
}
origin: org.hudsonci.lib.guava/guava

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: at.bestsolution.efxclipse.eclipse/com.google.guava

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: org.kill-bill.billing/killbill-osgi-bundles-jruby

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: org.jboss.eap/wildfly-client-all

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
origin: Nextdoor/bender

/**
 * A sensible definition of {@link #lowerKey} in terms of {@code lowerEntry}. If you override
 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
 * implementation.
 */
protected K standardLowerKey(K key) {
 return keyOrNull(lowerEntry(key));
}
com.google.common.collectForwardingNavigableMaplowerEntry

Popular methods of ForwardingNavigableMap

  • ceilingEntry
  • delegate
  • descendingMap
  • entrySet
  • firstEntry
  • floorEntry
  • headMap
  • higherEntry
  • lastEntry
  • subMap
  • tailMap
  • put
  • tailMap,
  • put,
  • putAll

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • onRequestPermissionsResult (Fragment)
  • setScale (BigDecimal)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • JCheckBox (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top Sublime Text 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