Java org.apache.commons.collections4 SetUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 SetUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 SetUtils.

The text is from its open source code.

Method

SetemptyIfNull(final Set set)
Returns an immutable empty set if the argument is null, or the argument itself otherwise.
SetemptySet()
Get a typed empty unmodifiable Set.
SetunmodifiableSet(final Set set)
Returns an unmodifiable set backed by the given set.