Class Guava.Maps

java.lang.Object
com.tngtech.archunit.base.Guava.Maps
Enclosing class:
Guava

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

    Constructors
    Constructor Description
    Maps()  
  • Method Summary

    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 Details

    • Maps

      public Maps()
  • Method Details

    • filterValues

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