Package com.iizix
Interface ICircularReference<INPUT,TARGET> 
public interface ICircularReference<INPUT,TARGET> 
Interface used to find circular references.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- isValidChecks if the input reference is valid.- Parameters:
- input- The input reference.
- Returns:
- true if this is a input valid reference.
 
- getReferencesGets the target references for an input reference.- Parameters:
- input- The input reference.
- Returns:
- The targets references or null if not found.
 
- getNextGets the next input reference from a target reference.- Parameters:
- output- The output from last circular check.
- Returns:
- The next input reference or null if not found.