Linked Hash Set

GPTKB entity

Statements (31)
Predicate Object
gptkbp:instance_of gptkb:collection
gptkbp:bfsLayer 4
gptkbp:bfsParent gptkb:Set_interface
gptkbp:allows gptkb:theorem
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: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()