Class ObjectAssociations<A,B,C>
java.lang.Object
org.burningwave.core.extension.iterable.ObjectAssociations<A,B,C>
- All Implemented Interfaces:
Serializable,AutoCloseable,org.burningwave.core.Component,org.burningwave.core.iterable.Properties.Listener,org.burningwave.core.ManagedLogger
public class ObjectAssociations<A,B,C> extends Object implements org.burningwave.core.Component, Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description ObjectAssociations() -
Method Summary
Modifier and Type Method Description voidaddRightAssociation(A a, B b, C c)voidclear()CgetRightAssociationFor(A a, B b)Map<B,C>getRightAssociationsFor(A a)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Component
close, getOrCreateTemporaryFolder, getTemporaryFolderPrefix
-
Constructor Details
-
ObjectAssociations
public ObjectAssociations()
-
-
Method Details
-
clear
public void clear() -
getRightAssociationFor
-
getRightAssociationsFor
-
addRightAssociation
-