Package com.atlassian.bamboo.utils.map
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:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.ListOrderedMap
asList, clear, entrySet, firstKey, get, getValue, indexOf, keyList, keySet, lastKey, listOrderedMap, mapIterator, nextKey, previousKey, put, putAll, putAll, remove, remove, setValue, toString, valueList, valuesMethods inherited from class org.apache.commons.collections4.map.AbstractMapDecorator
containsKey, containsValue, decorated, equals, get, hashCode, isEmpty, sizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.collections4.Get
containsKey, containsValue, get, isEmpty, sizeMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, size