Java View all facts Glossary Help |
| vector |
| vector comparison table | ||||||||
| Subject | use | store | return | see also | is a kind of | be | have | is a subtopic of |
|---|---|---|---|---|---|---|---|---|
| kbTop | ||||||||
| vector | to implement a queue or push-down stack | reference types, not primitive types | the number of elements it contains using the size() method as in:vectorName.size() | Vector class | kbTop | an instance of Vector class | //Declare a vector and create an instance | Collections |
Next kbTop: Web browser Up: kbTop Previous kbTop: value