static <K,V extends org.eclipse.emf.ecore.EObject> EReferenceIndex<K,V> |
EReferenceIndex.create(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EReference reference,
java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes,
java.util.function.Function<V,K> keyCreator) |
static <K,V extends org.eclipse.emf.ecore.EObject> EReferenceIndex<K,V> |
EReferenceIndex.create(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EReference reference,
java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes,
java.util.function.Function<V,K> keyCreator,
java.util.Collection<V> values) |
static <K,V extends org.eclipse.emf.ecore.EObject> EReferenceIndex<K,V> |
EReferenceIndex.createEmpty(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EReference reference,
java.util.Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes,
java.util.function.Function<V,K> keyCreator) |