public class MutableLinkedHashSet<E> extends LinkedHashSet<E> implements MutableSet<E>, Serializable
Constructor and Description |
---|
MutableLinkedHashSet() |
MutableLinkedHashSet(Collection<? extends E> c) |
MutableLinkedHashSet(int initialCapacity) |
MutableLinkedHashSet(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
static <E> MutableLinkedHashSet<E> |
create() |
static <E> MutableLinkedHashSet<E> |
create(Collection<? extends E> c) |
spliterator
add, clear, clone, contains, isEmpty, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
get
get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getBooleanValue, getByte, getByte, getByte, getByteValue, getByteValue, getByteValue, getCharacter, getCharacter, getCharacter, getCharValue, getCharValue, getCharValue, getDate, getDate, getDate, getDouble, getDouble, getDouble, getDoubleValue, getDoubleValue, getDoubleValue, getFloat, getFloat, getFloat, getFloatValue, getFloatValue, getFloatValue, getInteger, getInteger, getInteger, getIntValue, getIntValue, getIntValue, getLocalDate, getLocalDate, getLocalDate, getLocalDateTime, getLocalDateTime, getLocalDateTime, getLong, getLong, getLong, getLongValue, getLongValue, getLongValue, getObject, getObject, getObject, getShort, getShort, getShort, getShortValue, getShortValue, getShortValue, getString, getString, getString
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
public MutableLinkedHashSet()
public MutableLinkedHashSet(Collection<? extends E> c)
public MutableLinkedHashSet(int initialCapacity, float loadFactor)
public MutableLinkedHashSet(int initialCapacity)
public static <E> MutableLinkedHashSet<E> create()
public static <E> MutableLinkedHashSet<E> create(Collection<? extends E> c)
Copyright © 2024. All rights reserved.