- Type Parameters:
 
T -  
- Enclosing class:
 
- ArraySet
 
public static class ArraySet.Equal<T>
extends Object
Equivalence of Sets. The difference with equivalence of arrays, is that
 there is no restriction of the order of the elements, nor the repetition
 of instances.
- Author:
 
- amedrano