org.eclipse.ocl.examples.domain.ids.impl
Interface WeakHashMapOfListOfWeakReference3.MatchableId<K2,K3>

All Known Implementing Classes:
GeneralizedLambdaTypeIdImpl, GeneralizedTupleTypeIdImpl
Enclosing class:
WeakHashMapOfListOfWeakReference3<K1,K2,K3,V extends WeakHashMapOfListOfWeakReference3.MatchableId<K2,K3>>

public static interface WeakHashMapOfListOfWeakReference3.MatchableId<K2,K3>


Method Summary
 boolean matches(K2 key2, K3 key3)
           
 

Method Detail

matches

boolean matches(@NonNull
                K2 key2,
                @NonNull
                K3 key3)