Linked Hash Set

GPTKB entity

Statements (32)
Predicate Object
gptkbp:instance_of gptkb:Set
gptkb:collection
gptkbp:allows_null gptkb:true
gptkbp:constructor Linked Hash Set()
Linked Hash Set(Collection<? extends E> c)
Linked Hash Set(int initial Capacity)
Linked Hash Set(int initial Capacity, float load Factor)
gptkbp:has_expansion gptkb:Hash_Set
https://www.w3.org/2000/01/rdf-schema#label Linked Hash Set
gptkbp:implements gptkb:Serializable
Iterable
Cloneable
gptkbp:is_implemented_in gptkb:Java
gptkbp:maintains_order Insertion Order
gptkbp:performance O(1) for add, remove, contains
gptkbp:technique clear()
iterator()
size()
add(E e)
clone()
contains(Object o)
remove(Object o)
equals(Object o)
add All(Collection<? extends E> c)
for Each(Consumer<? super E> action)
hash Code()
is Empty()
remove All(Collection<?> c)
retain All(Collection<?> c)
to Array()
gptkbp:bfsParent gptkb:Set_interface
gptkbp:bfsLayer 5