public class DeviceList extends Vector<Device>
This class extends Vector to manage multiple Device objects that represent UPnP devices discovered on the network. It provides type-safe collection management for device enumeration and organization.
Key features:
This class is used by UPnP control points to maintain collections of discovered devices, enabling organized device management and enumeration for application use.
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEM_NAME |
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
DeviceList() |
| Modifier and Type | Method and Description |
|---|---|
Device |
getDevice(int n) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, streampublic static final String ELEM_NAME
public Device getDevice(int n)