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