public class TLinkedHashSet<E> extends THashSet<E> implements TSet<E>, TCloneable, TSerializable
Constructor and Description |
---|
TLinkedHashSet() |
TLinkedHashSet(int capacity) |
TLinkedHashSet(int capacity,
float loadFactor) |
TLinkedHashSet(TCollection<? extends E> collection) |
add, clear, clone, clone0, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
equals0, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, spliterator, stream, toArray, toArray
public TLinkedHashSet()
public TLinkedHashSet(int capacity)
public TLinkedHashSet(int capacity, float loadFactor)
public TLinkedHashSet(TCollection<? extends E> collection)
Copyright © 2019. All rights reserved.