Class PropertyIteratorAdapter

    • Constructor Detail

      • PropertyIteratorAdapter

        public PropertyIteratorAdapter​(RangeIterator iterator)
        Creates an adapter for the given RangeIterator.
        Parameters:
        iterator - iterator of Property instances
      • PropertyIteratorAdapter

        public PropertyIteratorAdapter​(Iterator iterator)
        Creates an adapter for the given Iterator.
        Parameters:
        iterator - iterator of Property instances
      • PropertyIteratorAdapter

        public PropertyIteratorAdapter​(Iterator iterator,
                                       long size)
      • PropertyIteratorAdapter

        public PropertyIteratorAdapter​(Collection collection)
        Creates an iterator for the given collection.
        Parameters:
        collection - collection of Property instances