Class LazyHashSet<E>

java.lang.Object
org.castor.persist.proxy.LazyHashSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>, LazyCollection<E>, TxSynchronizable

public final class LazyHashSet<E> extends Object implements LazyCollection<E>, Set<E>
It is a lazy Collection. The collection initially contains only the identities of elements of one type. If any element is needed, it will be fetched "on the fly".
Version:
$Revision$ $Date: 2009-07-13 17:22:43 (Mon, 13 Jul 2009) $
Author:
Thomas Yip, Werner Guttmann, Ralf Joachim