public final class VectorExtensions
extends java.lang.Object
VectorExtensions class can be used with Vector objects.| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Vector<T> |
toVector(java.util.Enumeration<T> enumaration)
Converts the given enumaration to a Vector.
|
public static <T> java.util.Vector<T> toVector(java.util.Enumeration<T> enumaration)
T - the generic typeenumaration - The Enumeration to convert.