|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vector | |
|---|---|
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
| javax.media | |
| 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. |
| Uses of Vector in javax.media |
|---|
| Methods in javax.media that return Vector | |
|---|---|
static Vector |
PackageManager.getContentPrefixList()
Get the current value of the content package-prefix list. |
static Vector |
Manager.getDataSourceList(String protocolName)
Build a list of DataSource class names from the
protocol prefix-list and a protocol name. |
static Vector |
Manager.getHandlerClassList(String contentName)
Build a list of Handler/CODE> classes from the
content-prefix-list and a content name. |
static Vector |
PackageManager.getProtocolPrefixList()
Get the current value of the protocol package-prefix list. |
| Methods in javax.media with parameters of type Vector | |
|---|---|
static void |
PackageManager.setContentPrefixList(Vector list)
Set the current value of the content package-prefix list. |
static void |
PackageManager.setProtocolPrefixList(Vector list)
Set the protocol package-prefix list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||