Package org.nuxeo.runtime.model
Class ContributionFragmentRegistry.Fragment<T>
java.lang.Object
org.nuxeo.runtime.model.ContributionFragmentRegistry.Fragment<T>
- Direct Known Subclasses:
ContributionFragmentRegistry.FragmentList
- Enclosing class:
- ContributionFragmentRegistry<T>
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
hasNext()
final boolean
hasPrev()
final void
insertAfter
(ContributionFragmentRegistry.Fragment<T> fragment) final void
insertBefore
(ContributionFragmentRegistry.Fragment<T> fragment) final void
remove()
-
Field Details
-
object
-
next
-
prev
-
-
Constructor Details
-
Fragment
-
-
Method Details
-
insertBefore
-
insertAfter
-
remove
public final void remove() -
hasNext
public final boolean hasNext() -
hasPrev
public final boolean hasPrev()
-