org.csc.phynixx.common.utils
Class UnorderedMany2ManyAssociation<X,Y>
java.lang.Object
org.csc.phynixx.common.utils.UnorderedMany2ManyAssociation<X,Y>
public class UnorderedMany2ManyAssociation<X,Y>
- extends Object
Created by christoph on 09.02.14.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnorderedMany2ManyAssociation
public UnorderedMany2ManyAssociation()
associate
public void associate(X x,
Y y)
getX
public Set<Y> getX(X x)
getY
public Set<X> getY(Y y)
removeX
public void removeX(X x)
removeY
public void removeY(Y y)
disassociate
public void disassociate(X x,
Y y)
Copyright © 2015. All rights reserved.