jsdai.lang
Class MappingConstraintMatcher.AEntitySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
jsdai.lang.MappingConstraintMatcher.AEntitySet
- All Implemented Interfaces:
- java.lang.Iterable, java.util.Collection, java.util.Set
- Enclosing interface:
- MappingConstraintMatcher
public static class MappingConstraintMatcher.AEntitySet
- extends java.util.AbstractSet
This is Set interface wrapper for AEntity aggregate.
It is meant for mapping operations internal use.
- Since:
- 3.6.0
| Methods inherited from class java.util.AbstractSet |
removeAll |
| Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArray |
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface java.lang.Iterable- Specified by:
iterator in interface java.util.Collection- Specified by:
iterator in interface java.util.Set- Specified by:
iterator in class java.util.AbstractCollection
size
public int size()
- Specified by:
size in interface java.util.Collection- Specified by:
size in interface java.util.Set- Specified by:
size in class java.util.AbstractCollection
contains
public boolean contains(java.lang.Object key)
- Specified by:
contains in interface java.util.Collection- Specified by:
contains in interface java.util.Set- Overrides:
contains in class java.util.AbstractCollection
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in interface java.util.Collection- Specified by:
equals in interface java.util.Set- Overrides:
equals in class java.util.AbstractSet
hashCode
public int hashCode()
- Specified by:
hashCode in interface java.util.Collection- Specified by:
hashCode in interface java.util.Set- Overrides:
hashCode in class java.util.AbstractSet