jsdai.lang
Class MappingConstraintMatcher.AEntityMap
java.lang.Object
java.util.AbstractMap
jsdai.lang.MappingConstraintMatcher.AEntityMap
- All Implemented Interfaces:
- java.util.Map
- Enclosing interface:
- MappingConstraintMatcher
public static class MappingConstraintMatcher.AEntityMap
- extends java.util.AbstractMap
This is Map interface wrapper for AEntity aggregate.
It is meant for mapping operations internal use.
- Since:
- 3.6.0
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| Methods inherited from class java.util.AbstractMap |
clear, containsValue, isEmpty, keySet, put, putAll, remove, toString, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
entrySet
public java.util.Set entrySet()
- Specified by:
entrySet in interface java.util.Map- Specified by:
entrySet in class java.util.AbstractMap
size
public int size()
- Specified by:
size in interface java.util.Map- Overrides:
size in class java.util.AbstractMap
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey in interface java.util.Map- Overrides:
containsKey in class java.util.AbstractMap
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface java.util.Map- Overrides:
get in class java.util.AbstractMap
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in interface java.util.Map- Overrides:
equals in class java.util.AbstractMap
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Map- Overrides:
hashCode in class java.util.AbstractMap