|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsds.more.Miscellaneous
public final class Miscellaneous
Unclassifiable helpful operations either used by SDS or for the developer
Constructor Summary | |
---|---|
Miscellaneous()
|
Method Summary | |
---|---|
static Reference[] |
toArray(java.util.Collection<Reference> references)
Transforms a collection of references to an array of references, discarding all null references |
static java.util.Collection<Reference> |
toCollection(Reference... references)
Transforms a list of references to a collection of references, discarding null references |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Miscellaneous()
Method Detail |
---|
public static Reference[] toArray(java.util.Collection<Reference> references)
Transforms a collection of references to an array of references, discarding all null references
references
- A possibly null collection of references
public static java.util.Collection<Reference> toCollection(Reference... references)
Transforms a list of references to a collection of references, discarding null references
references
- A possibly null list of references
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |