Package org.aksw.commons.beans.model
Class MapOpsBase<T,K,V>
java.lang.Object
org.aksw.commons.beans.model.MapOpsBase<T,K,V>
- All Implemented Interfaces:
MapOps
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidabstract boolean$containsKey(T entity, Object key) abstract Vabstract voidabstract voidabstract intvoidbooleancontainsKey(Object entity, Object key) Class<?>voidvoidint
-
Field Details
-
entityClass
-
keyClass
-
valueClass
-
-
Constructor Details
-
MapOpsBase
-
-
Method Details
-
getAssociatedClass
- Specified by:
getAssociatedClassin interfaceMapOps
-
getKeyClass
- Specified by:
getKeyClassin interfaceMapOps
-
getValueClass
- Specified by:
getValueClassin interfaceMapOps
-
put
-
containsKey
- Specified by:
containsKeyin interfaceMapOps
-
get
-
remove
-
clear
-
keySet
-
entrySet
-
size
-
$containsKey
-
$get
-
$remove
-
$clear
-
$put
-
$keySet
-
$entrySet
-
$size
-