Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Method and Description |
---|---|
static <E> java.util.LinkedHashSet<E> |
MyLinkedHashSet.validateDistinctAndCreateInOrderSet(E... e)
Creates a HashSet from a given collection of objects, if and only if the given collection contains no duplicates
|
static <E> java.util.Set<E> |
MyHashSet.validateDistinctAndCreateSet(E... e)
Creates a HashSet from a given collection of objects, if and only if the given collection contains no duplicates
|