Class PropertyIterable

  • All Implemented Interfaces:
    Iterable<javax.jcr.Property>

    public class PropertyIterable
    extends Object
    implements Iterable<javax.jcr.Property>
    • Constructor Detail

      • PropertyIterable

        public PropertyIterable​(javax.jcr.PropertyIterator iterator)
    • Method Detail

      • iterator

        public Iterator<javax.jcr.Property> iterator()
        Specified by:
        iterator in interface Iterable<javax.jcr.Property>