Example usage for com.liferay.portal.kernel.util SetUtil fromCollection

List of usage examples for com.liferay.portal.kernel.util SetUtil fromCollection

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util SetUtil fromCollection.

Prototype

public static <E> Set<E> fromCollection(Collection<? extends E> c) 

Source Link

Usage

From source file:com.liferay.blogs.rest.internal.application.BlogsJaxRsApplication.java

License:Open Source License

@Override
public Set<Object> getSingletons() {
    return SetUtil.fromCollection(Collections.singletonList(_blogsRootResource));
}