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

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

Introduction

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

The text is from its open source code.

Method

inthashCodeForSet(final Collection set)
Generates a hash code using the algorithm specified in java.util.Set#hashCode() .
booleanisEqualSet(final Collection set1, final Collection set2)
Tests two sets for equality as per the equals() contract in java.util.Set#equals(java.lang.Object) .