Class AbstractResourceCollectionWrapper

    • Constructor Detail

      • AbstractResourceCollectionWrapper

        public AbstractResourceCollectionWrapper()
    • Method Detail

      • setCache

        public void setCache​(boolean b)
        Set whether to cache collections.
        Parameters:
        b - boolean cache flag.
      • isCache

        public boolean isCache()
        Learn whether to cache collections. Default is true.
        Returns:
        boolean cache flag.
      • iterator

        public final java.util.Iterator<Resource> iterator()
        Fulfill the ResourceCollection contract.
        Specified by: