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 interfaceNodeSequenceExtension ofSequence<Node>which provides methods for adding and removing nodes by key.interfacePropertySequenceExtension 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 classItemSequence.NodeSequenceImplprotected static classItemSequence.PropertySequenceImpl
-