Class CollectionIteration<E,​X extends java.lang.Exception>

  • All Implemented Interfaces:
    java.lang.AutoCloseable, CloseableIteration<E,​X>, Iteration<E,​X>

    @Deprecated
    public class CollectionIteration<E,​X extends java.lang.Exception>
    extends CollectionIteration<E,​X>
    Deprecated.
    since 2.3 use CollectionIteration
    An iteration to access a materialized Collection of BindingSets.
    • Constructor Detail

      • CollectionIteration

        public CollectionIteration​(java.util.Collection<E> collection)
        Deprecated.