Statements (22)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:allowsNullElements |
true
|
gptkbp:author |
gptkb:Sun_Microsystems
|
gptkbp:duplicatesAllowed |
false
|
https://www.w3.org/2000/01/rdf-schema#label |
LinkedHashSet
|
gptkbp:implementedIn |
gptkb:Cloneable
Set Serializable |
gptkbp:introducedIn |
Java 1.4
|
gptkbp:isSynchronized |
false
|
gptkbp:iterationOrder |
insertion order
|
gptkbp:maintainsOrder |
insertion order
|
gptkbp:programmingLanguage |
gptkb:Java
|
gptkbp:removesDuplicates |
true
|
gptkbp:superclass |
gptkb:HashSet
|
gptkbp:timeComplexityAdd |
O(1)
|
gptkbp:timeComplexityContains |
O(1)
|
gptkbp:timeComplexityRemove |
O(1)
|
gptkbp:type |
java.util
|
gptkbp:usedFor |
storing unique elements with predictable iteration order
|
gptkbp:bfsParent |
gptkb:java.util_package
|
gptkbp:bfsLayer |
5
|