jsdai.lang
Class MappingConstraintMatcher.AEntitySet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjsdai.lang.MappingConstraintMatcher.AEntitySet
All Implemented Interfaces:
java.util.Collection, java.util.Set
Enclosing class:
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

Method Summary
 boolean contains(java.lang.Object key)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.util.Iterator iterator()
           
 int size()
           
 
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
 

Method Detail

iterator

public java.util.Iterator iterator()

size

public int size()

contains

public boolean contains(java.lang.Object key)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

Copyright © LKSoftWare GmbH, 1999-2008