Class Guava.Maps

  • Enclosing class:
    Guava

    @Internal
    public static final class Guava.Maps
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Maps()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <K,​V>
      java.util.Map<K,​V>
      filterValues​(java.util.Map<K,​V> map, DescribedPredicate<? super V> predicate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Maps

        public Maps()
    • Method Detail

      • filterValues

        public static <K,​V> java.util.Map<K,​V> filterValues​(java.util.Map<K,​V> map,
                                                                        DescribedPredicate<? super V> predicate)