org.csc.phynixx.common.utils
Class UnorderedMany2ManyAssociation<X,Y>

java.lang.Object
  extended by org.csc.phynixx.common.utils.UnorderedMany2ManyAssociation<X,Y>

public class UnorderedMany2ManyAssociation<X,Y>
extends Object

Created by christoph on 09.02.14.


Constructor Summary
UnorderedMany2ManyAssociation()
           
 
Method Summary
 void associate(X x, Y y)
           
 void disassociate(X x, Y y)
           
 Set<Y> getX(X x)
           
 Set<X> getY(Y y)
           
 void removeX(X x)
           
 void removeY(Y y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnorderedMany2ManyAssociation

public UnorderedMany2ManyAssociation()
Method Detail

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.