jsdai.lang
Class MappingConstraintMatcher.AEntityMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 boolean containsKey(java.lang.Object key)
           
 java.util.Set entrySet()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Object get(java.lang.Object key)
           
 int hashCode()
           
 int size()
           
 
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
 

Method Detail

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

Copyright © LKSoftWare GmbH, 1999-2009