Class NodeList<E,F>

Object
com.liferay.portal.kernel.util.ListWrapper<E>
com.liferay.portal.kernel.util.TranslatedList<E,F>
com.liferay.portal.xml.NodeList<E,F>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

public class NodeList<E,F> extends com.liferay.portal.kernel.util.TranslatedList<E,F>
Author:
Brian Wing Shun Chan
  • Constructor Details

    • NodeList

      public NodeList(List<E> newList, List<F> oldList)
  • Method Details

    • newInstance

      protected com.liferay.portal.kernel.util.TranslatedList<E,F> newInstance(List<E> newList, List<F> oldList)
      Specified by:
      newInstance in class com.liferay.portal.kernel.util.TranslatedList<E,F>
    • toOldObject

      protected F toOldObject(E o)
      Specified by:
      toOldObject in class com.liferay.portal.kernel.util.TranslatedList<E,F>