Class MapUtils


  • public final class MapUtils
    extends 
    Since:
    1.0
    Author:
    Daniel Fernández
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <X> boolean <? super X,​?> target, <X> keys)  
      static <X> boolean <? super X,​?> target, X[] keys)  
      static <X> boolean <?,​? super X> target, <X> values)  
      static <X> boolean <?,​? super X> target, X[] values)  
      static <X> boolean <? super X,​?> target, X key)  
      static <X> boolean <?,​? super X> target, X value)  
      static boolean <?,​?> target)  
      static int <?,​?> target)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Method Detail

      • size

        public static int size​(<?,​?> target)
      • isEmpty

        public static boolean isEmpty​(<?,​?> target)
      • containsKey

        public static <X> boolean containsKey​(<? super X,​?> target,
                                              X key)
      • containsAllKeys

        public static <X> boolean containsAllKeys​(<? super X,​?> target,
                                                  X[] keys)
      • containsAllKeys

        public static <X> boolean containsAllKeys​(<? super X,​?> target,
                                                  <X> keys)
      • containsValue

        public static <X> boolean containsValue​(<?,​? super X> target,
                                                X value)
      • containsAllValues

        public static <X> boolean containsAllValues​(<?,​? super X> target,
                                                    X[] values)
      • containsAllValues

        public static <X> boolean containsAllValues​(<?,​? super X> target,
                                                    <X> values)