Vector class

GPTKB entity

Statements (50)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allows duplicate elements
null elements
gptkbp:deprecatedIn gptkb:ArrayList_class
gptkbp:extendsTo gptkb:AbstractList_class
gptkbp:hasMethod clear()
remove()
get()
size()
set()
add()
contains()
iterator()
assign() (C++)
at() (C++)
back() (C++)
capacity()
capacity() (C++)
clear() (C++)
empty() (C++)
erase() (C++)
front() (C++)
insert() (C++)
pop_back() (C++)
push_back() (C++)
reserve() (C++)
resize() (C++)
size() (C++)
swap() (C++)
gptkbp:headerFile <vector> (C++)
gptkbp:heldBy synchronized
thread-safe
part of STL (C++)
sequence container (C++)
https://www.w3.org/2000/01/rdf-schema#label Vector class
gptkbp:implementedIn gptkb:List_interface
gptkb:Cloneable_interface
gptkb:RandomAccess_interface
gptkb:Serializable_interface
gptkbp:introducedIn gptkb:JDK_1.0
gptkbp:namespace std (C++)
gptkbp:parameter T (C++)
gptkbp:provides contiguous storage (C++)
gptkbp:supports dynamic array
gptkbp:type java.util
gptkbp:usedFor legacy code
gptkbp:usedIn gptkb:Java
gptkb:C++
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7