Interface Sequence<T extends Item>

Type Parameters:
T - extends <Item>
All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
NodeSequence, PropertySequence

public interface Sequence<T extends Item> extends Iterable<T>
Interface for accessing JCR Items sequentially through an Iterator or looking them up through a key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve an Item from this sequence by its key.
    boolean
    Determine whether this sequence contains a specific key.
    Iterator for the Items in this sequence.

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator