public class VectorExtensions extends Object
VectorExtensions class can be used with Vector objects.| Constructor and Description |
|---|
VectorExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Vector<T> |
toVector(Enumeration<T> enumaration)
Converts the given enumaration to a Vector.
|
public static <T> Vector<T> toVector(Enumeration<T> enumaration)
T - the generic typeenumaration - The Enumeration to convert.Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.