Class BinderFactory.BindelModelEntryMap
java.lang.Object
org.nuiton.util.beans.BinderFactory.BindelModelEntryMap
- All Implemented Interfaces:
Map<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
- Enclosing class:
BinderFactory
public static class BinderFactory.BindelModelEntryMap
extends Object
implements Map<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
- Since:
- 1.5.3
- Author:
- Tony Chemit - chemit@codelutin.com
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<BinderFactory.BinderModelEntry, Binder.BinderModel<?, ?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()<S,T> Binder.BinderModel <S, T> Binder.BinderModel<?, ?> <S,T> Binder.BinderModel <S, T> get(Binder.BinderModel<S, T> model, String contextName) booleanisEmpty()keySet()Binder.BinderModel<?, ?> put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?, ?> value) voidputAll(Map<? extends BinderFactory.BinderModelEntry, ? extends Binder.BinderModel<?, ?>> m) Binder.BinderModel<?, ?> intsize()Collection<Binder.BinderModel<?, ?>> values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegate
-
-
Constructor Details
-
BindelModelEntryMap
public BindelModelEntryMap()
-
-
Method Details
-
get
-
get
-
size
public int size()- Specified by:
sizein interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
containsKey
- Specified by:
containsKeyin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
containsValue
- Specified by:
containsValuein interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
get
- Specified by:
getin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
put
public Binder.BinderModel<?,?> put(BinderFactory.BinderModelEntry key, Binder.BinderModel<?, ?> value) - Specified by:
putin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
remove
- Specified by:
removein interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
putAll
public void putAll(Map<? extends BinderFactory.BinderModelEntry, ? extends Binder.BinderModel<?, ?>> m) - Specified by:
putAllin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
clear
public void clear()- Specified by:
clearin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
keySet
- Specified by:
keySetin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
values
- Specified by:
valuesin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-
entrySet
- Specified by:
entrySetin interfaceMap<BinderFactory.BinderModelEntry, Binder.BinderModel<?,?>>
-