org.semanticweb.elk.util.collections.chains
Interface Link<T>

Type Parameters:
T - the type of the object in the reference

public interface Link<T>

An object holding a (possibly null) reference to other object.

Author:
"Yevgeny Kazakov"

Method Summary
 T next()
           
 

Method Detail

next

T next()
Returns:
the object assigned in the reference or null if there is no object assigned


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.