Package com.liferay.portal.xml
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInstance(List<E> newList, List<F> oldList) protected FtoOldObject(E o) Methods inherited from class com.liferay.portal.kernel.util.TranslatedList
add, add, addAll, addAll, remove, remove, removeAll, retainAll, set, subListMethods inherited from class com.liferay.portal.kernel.util.ListWrapper
clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
NodeList
-
-
Method Details
-
newInstance
-
toOldObject
-