Class LazyList.NonCachingList<E>

    • Constructor Detail

      • NonCachingList

        public NonCachingList​(java.lang.Iterable<E> dataSource)
        Creates a LazyList.NonCachingList around dataSource.
        Parameters:
        dataSource - the underlying (lazy) collection
    • Method Detail

      • createCache

        protected void createCache()
        Creates the cache collections.
        Overrides:
        createCache in class LazyList<E>