LinkedHashSet class

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allowsNull true
gptkbp:builtBy LinkedHashSet(int initialCapacity, float loadFactor)
LinkedHashSet()
LinkedHashSet(Collection<? extends E> c)
LinkedHashSet(int initialCapacity)
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/LinkedHashSet.html
gptkbp:duplicatesAllowed false
https://www.w3.org/2000/01/rdf-schema#label LinkedHashSet class
gptkbp:implementedIn gptkb:Set_interface
gptkbp:introducedIn Java 1.4
gptkbp:iteratorOrder insertion order
gptkbp:maintainsOrder insertion order
gptkbp:method clear()
clone()
size()
add(E e)
contains(Object o)
isEmpty()
iterator()
remove(Object o)
toArray()
gptkbp:partOf gptkb:Java_Collections_Framework
gptkbp:serialization true
gptkbp:subclassOf gptkb:AbstractSet_class
gptkb:HashSet_class
gptkbp:superclass gptkb:HashSet_class
gptkbp:threadSafe false
gptkbp:type java.util
gptkbp:usedFor storing unique elements with predictable iteration order
gptkbp:bfsParent gptkb:Java_Collections
gptkbp:bfsLayer 7