Tabnine Logo
Maps$KeySet
Code IndexAdd Tabnine to your IDE (free)

How to use
Maps$KeySet
in
com.google.common.collect

Best Java code snippets using com.google.common.collect.Maps$KeySet (Showing top 20 results out of 315)

origin: wildfly/wildfly

@Override
public boolean remove(Object o) {
 if (contains(o)) {
  map().remove(o);
  return true;
 }
 return false;
}
origin: Nextdoor/bender

Set<K> createKeySet() {
 return new KeySet<K, V>(this);
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

Set<K> createKeySet() {
 return new Maps.KeySet<K, Collection<V>>(asMap());
}

origin: org.sonatype.sisu/sisu-guava

@Override public int size() {
 return map().size();
}
origin: com.diffplug.guava/guava-collect

Set<K> createKeySet() {
  return new KeySet<K, V>(this);
}
origin: Nextdoor/bender

@Override public boolean contains(Object o) {
 return map().containsKey(o);
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

@Override public boolean contains(Object o) {
 return map().containsKey(o);
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

@Override public int size() {
 return map().size();
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

@Override public Iterator<K> iterator() {
 return keyIterator(map().entrySet().iterator());
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

@Override public boolean contains(Object o) {
 return map().containsKey(o);
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

@Override public boolean isEmpty() {
 return map().isEmpty();
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

@Override public Iterator<K> iterator() {
 return keyIterator(map().entrySet().iterator());
}
origin: org.hudsonci.lib.guava/guava

@Override public boolean isEmpty() {
 return map().isEmpty();
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

Set<K> createKeySet() {
 return new KeySet<K, V>(this);
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

Set<K> createKeySet() {
 return new Maps.KeySet<K, Collection<V>>(asMap());
}

origin: Nextdoor/bender

@Override public boolean isEmpty() {
 return map().isEmpty();
}
origin: com.google.guava/guava-jdk5

@Override public int size() {
 return map().size();
}
origin: com.google.guava/guava-jdk5

Set<K> createKeySet() {
 return new KeySet<K, V>(this);
}
origin: org.kill-bill.billing/killbill-osgi-bundles-jruby

@Override public int size() {
 return map().size();
}
origin: org.kill-bill.billing/killbill-platform-osgi-bundles-logger

Set<K> createKeySet() {
 return new KeySet<>(this);
}
com.google.common.collectMaps$KeySet

Most used methods

  • contains
  • map
  • <init>

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getApplicationContext (Context)
  • setContentView (Activity)
  • scheduleAtFixedRate (Timer)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Best plugins for Eclipse
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