java.lang.Object
com.djrapitops.plan.utilities.java.Maps

public class Maps extends Object
Methods that can be used as functional interfaces when dealing with Maps.
  • Method Details

    • create

      public static <V, T, K> Map<V,T> create(K key)
    • createSet

      public static <V, K> Set<V> createSet(K key)
    • builder

      public static <K, V> Maps.Builder<K,V> builder(Class<K> key, Class<V> value)
    • reverse

      public static <K, V> Map<V,K> reverse(Map<K,V> map)