Solder Implementation 3.2.1.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
static <T> Set<T> |
asSet(T... array)
Create a set from an array.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
asSet
public static <T> Set<T> asSet(T... array)
Create a set from an array. If the array contains duplicate objects, the
last object in the array will be placed in resultant set.
- Type Parameters:
T - the type of the objects in the set- Parameters:
array - the array from which to create the set
- Returns:
- the created sets
Solder Implementation 3.2.1.Final
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2008-2013 JBoss by Red Hat. All Rights Reserved.