Class MapsHelper

java.lang.Object
io.jenkins.blueocean.commons.MapsHelper

public class MapsHelper extends Object
Some helpers to replace some Guava collections tools
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <K, V> Map<K,V>
    of(Map<K,V> m)
     
    static <K, V> Map<K,V>
    of(K k1, V v1)
     
    static <K, V> Map<K,V>
    of(K k1, V v1, K k2, V v2)
     
    static <K, V> Map<K,V>
    of(K k1, V v1, K k2, V v2, K k3, V v3)
     
    static <K, V> Map<K,V>
    of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
     
    static <K, V> Map<K,V>
    of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • of

      public static <K, V> Map<K,V> of(Map<K,V> m)
    • of

      public static <K, V> Map<K,V> of(K k1, V v1)
    • of

      public static <K, V> Map<K,V> of(K k1, V v1, K k2, V v2)
    • of

      public static <K, V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3)
    • of

      public static <K, V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
    • of

      public static <K, V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)