Class SingleStructuralFeatureAccessorImpl

All Implemented Interfaces:
ICompareAccessor, IStructuralFeatureAccessor, ITypedElement

public class SingleStructuralFeatureAccessorImpl extends AbstractStructuralFeatureAccessor
A specific AbstractStructuralFeatureAccessor for mono-valued structural feature objects.
Since:
4.0
  • Constructor Details

    • SingleStructuralFeatureAccessorImpl

      public SingleStructuralFeatureAccessorImpl(AdapterFactory adapterFactory, Diff diff, IMergeViewer.MergeViewerSide side)
      Default constructor.
      Parameters:
      adapterFactory - the adapater factory used to create the accessor.
      diff - the diff associated with this accessor.
      side - the side of the accessor.
  • Method Details

    • getItems

      public com.google.common.collect.ImmutableList<? extends IMergeViewerItem> getItems()
      Returns the list of items known by this accessor.
      Returns:
      the list of items known by this accessor.