Package org.elasticsearch.gradle
Class LazyPropertyMap<K,V>
java.lang.Object
org.elasticsearch.gradle.AbstractLazyPropertyCollection
org.elasticsearch.gradle.LazyPropertyMap<K,V>
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionLazyPropertyMap(String name) LazyPropertyMap(String name, Object owner) LazyPropertyMap(String name, Object owner, BiFunction<K, V, ?> normalizationMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()put(K key, Supplier<V> supplier, PropertyNormalization normalization) put(K key, V value, PropertyNormalization normalization) voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LazyPropertyMap
-
LazyPropertyMap
-
LazyPropertyMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
put
-
put
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
getNormalizedCollection
- Specified by:
getNormalizedCollectionin classAbstractLazyPropertyCollection
-