|
IM Profile | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Vector | |
| com.siemens.icm.io | Siemens IMP utility classes for accessing the functionality of a wireless module. |
| java.util | Contains the collection classes, and the date and time facilities. |
| Uses of Vector in com.siemens.icm.io |
| Methods in com.siemens.icm.io that return Vector | |
Vector |
OutPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of output pins. |
Vector |
InPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of input pins. |
| Constructors in com.siemens.icm.io with parameters of type Vector | |
OutPort(Vector pins,
Vector values)
Creates a new instance of a GPIO port of output pins. |
|
InPort(Vector pins)
Creates a new instance of a GPIO port of input pins. |
|
| Uses of Vector in java.util |
| Subclasses of Vector in java.util | |
class |
Stack
The Stack class represents a last-in-first-out
(LIFO) stack of objects. |
|
IM Profile | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||