Package com.liferay.portlet
Class PortletTreeSet
Object
AbstractCollection<E>
AbstractSet<E>
TreeSet<com.liferay.portal.kernel.model.Portlet>
com.liferay.portlet.PortletTreeSet
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<com.liferay.portal.kernel.model.Portlet>
,Collection<com.liferay.portal.kernel.model.Portlet>
,NavigableSet<com.liferay.portal.kernel.model.Portlet>
,Set<com.liferay.portal.kernel.model.Portlet>
,SortedSet<com.liferay.portal.kernel.model.Portlet>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortletTreeSet
(com.liferay.portal.kernel.model.Portlet... portlets) PortletTreeSet
(Collection<com.liferay.portal.kernel.model.Portlet> collection) -
Method Summary
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
PortletTreeSet
-
PortletTreeSet
public PortletTreeSet(com.liferay.portal.kernel.model.Portlet... portlets)
-