Helper class to provide a List in circumstances where only an iterator is available It builds a cache of objects that are used to satisfy requests to the list. if the request cannot be satisfied then the provided iterator is used to add entries to the cache until the iterator is exhausted or the request can be satisfied The class honours the read-only semantics of the list interface.
@experimental This is an experimental addition and may be removed at a later date
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.