E - created typepublic class SetFactory<E> extends Object implements Serializable
| Constructor and Description |
|---|
SetFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReference(Set<E> set) |
void |
clearNonpermanent()
Clear non permanent.
|
Set<E> |
getSet(Set<E> elements) |
void |
makePermanent(Set<E> set) |
void |
removeReference(Set<E> set) |
Copyright © 2017. All Rights Reserved.