T - The type of the set's elementspublic class MathSet<T>
extends java.util.HashSet<T>
| Constructor and Description |
|---|
MathSet()
Creates an empty set
|
MathSet(MathSet<T> set)
Creates a set by copying the contents of another set
|
MathSet(java.lang.Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitpublic MathSet()
public MathSet(MathSet<T> set)
set - The other setpublic MathSet(java.lang.Object... objects)
public int hashCode()
public boolean equals(java.lang.Object o)
public java.lang.String toString()
toString in class java.util.AbstractCollection<T>Copyright © Sylvain HallĂ©. All Rights Reserved.