Uses of Interface
org.apache.jackrabbit.commons.flat.Sequence
-
Packages that use Sequence Package Description org.apache.jackrabbit.commons.flat -
-
Uses of Sequence in org.apache.jackrabbit.commons.flat
Subinterfaces of Sequence in org.apache.jackrabbit.commons.flat Modifier and Type Interface Description interface
NodeSequence
Extension ofSequence<Node>
which provides methods for adding and removing nodes by key.interface
PropertySequence
Extension ofSequence<Property>
which provides methods for adding and removing properties by key.Classes in org.apache.jackrabbit.commons.flat that implement Sequence Modifier and Type Class Description protected static class
ItemSequence.NodeSequenceImpl
protected static class
ItemSequence.PropertySequenceImpl
-