Class StringArrayMap<K,V>

java.lang.Object
org.apache.commons.collections4.map.AbstractIterableMap<K,V>
org.apache.commons.collections4.map.AbstractMapDecorator<K,V>
org.apache.commons.collections4.map.ListOrderedMap<K,V>
com.atlassian.bamboo.utils.map.StringArrayMap<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>, org.apache.commons.collections4.Get<K,V>, org.apache.commons.collections4.IterableGet<K,V>, org.apache.commons.collections4.IterableMap<K,V>, org.apache.commons.collections4.OrderedMap<K,V>, org.apache.commons.collections4.Put<K,V>

public class StringArrayMap<K,V> extends org.apache.commons.collections4.map.ListOrderedMap<K,V>
A specialised ListOrderedMap that puts a first value of a String array
See Also:
  • Constructor Details

    • StringArrayMap

      public StringArrayMap()
  • Method Details

    • put

      @Nullable public V put(K key, V value)
      Specified by:
      put in interface Map<K,V>
      Specified by:
      put in interface org.apache.commons.collections4.Put<K,V>
      Overrides:
      put in class org.apache.commons.collections4.map.ListOrderedMap<K,V>