public final class HashSetOfArray
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
java.lang.Object[][] |
set |
| Constructor and Description |
|---|
HashSetOfArray() |
HashSetOfArray(int size) |
public HashSetOfArray()
public HashSetOfArray(int size)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean contains(java.lang.Object[] array)
public java.lang.Object add(java.lang.Object[] array)
public java.lang.Object remove(java.lang.Object[] array)
public int size()
public java.lang.String toString()
toString in class java.lang.Object