public class UnorderedMany2ManyAssociation<X,Y> extends Object
UnorderedMany2ManyAssociation()
void
associate(X x, Y y)
disassociate(X x, Y y)
Set<Y>
getX(X x)
Set<X>
getY(Y y)
removeX(X x)
removeY(Y y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UnorderedMany2ManyAssociation()
public void associate(X x, Y y)
public Set<Y> getX(X x)
public Set<X> getY(Y y)
public void removeX(X x)
public void removeY(Y y)
public void disassociate(X x, Y y)
Copyright © 2017. All rights reserved.