|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.model.DefaultMDWSet<E>
public class DefaultMDWSet<E>
Default MDWSet implementation based on a HashSet.
HashSet| Constructor Summary | |
|---|---|
DefaultMDWSet()
Constructs an empty Set. |
|
DefaultMDWSet(Collection<E> c)
Constructs a Set containing the elements of the specified collection. |
|
DefaultMDWSet(int initialCapacity)
Constructs an empty Set with the specified initial capacity. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sodius.mdw.core.model.MDWSet |
|---|
collect, collect, collect, concat, concat, concat, concat, concat, concat, copy, detect, detect, detect, getInstances, getInstances, getInstances, getInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, getProfiledInstances, reject, reject, reject, select, select, select, sort, sort, sort, toList |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public DefaultMDWSet()
public DefaultMDWSet(int initialCapacity)
initialCapacity - the initial capacity of the Set.
IllegalArgumentException - if the specified initial capacity
is negativepublic DefaultMDWSet(Collection<E> c)
c - the collection whose elements are to be placed into this Set.
NullPointerException - if the specified collection is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||