Uses of Class
org.deduced.Reference

Packages that use Reference
org.deduced This package contains the base classes of the deduced framework. 
 

Uses of Reference in org.deduced
 

Fields in org.deduced with type parameters of type Reference
private static java.util.Map<PropertyCollection<?,?>,java.util.List<Reference>> ReferenceMap.REFERENCE_MAP
          This map holds a weak reference to its keys and keys are compared by identity.
 

Methods in org.deduced that return types with arguments of type Reference
private static java.util.List<Reference> ReferenceMap.cloneReferenceList(java.util.List<Reference> existingRefList)
          clone a reference list
static java.util.List<Reference> ReferenceMap.getAllReferences(PropertyCollection<?,?> referencedCollection)
          Fetch all the references to a referenced collection.
private static java.util.List<Reference> ReferenceMap.getReferencedList(PropertyCollection<?,?> referencedCollection)
          get the list of all the reference that point to the referenced collection in the reference map.
 

Methods in org.deduced with parameters of type Reference
protected static void ReferenceMap.deleteReference(Reference currentReference)
          delete a Reference between two collection by either removing the property or by setting it to null.
 

Method parameters in org.deduced with type arguments of type Reference
private static void ReferenceMap.cleanReferenceList(java.util.List<Reference> refList)
          clean a list of reference to remove those that have been emptied because of the garbage collector
private static java.util.List<Reference> ReferenceMap.cloneReferenceList(java.util.List<Reference> existingRefList)
          clone a reference list