public class ExLinkedHashSet<T> extends LinkedHashSet<T> implements ExSet<T>
构造器和说明 |
---|
ExLinkedHashSet() |
ExLinkedHashSet(Collection<T> c) |
ExLinkedHashSet(int initialCapacity) |
ExLinkedHashSet(int initialCapacity,
float loadFactor) |
限定符和类型 | 方法和说明 |
---|---|
static <T> ExLinkedHashSet<T> |
of()
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T... values)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2,
T value3)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2,
T value3,
T value4)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6)
Create mutable set
|
static <T> ExLinkedHashSet<T> |
of(T value1,
T value2,
T value3,
T value4,
T value5,
T value6,
T value7)
Create mutable set
|
spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
addAll, filter, join, join, join, map, mapToDouble, mapToInt, mapToLong, parallelStream, stream, toArray, wrap
removeIf
public ExLinkedHashSet(int initialCapacity, float loadFactor)
public ExLinkedHashSet(int initialCapacity)
public ExLinkedHashSet()
public ExLinkedHashSet(Collection<T> c)
public static <T> ExLinkedHashSet<T> of()
public static <T> ExLinkedHashSet<T> of(T value)
public static <T> ExLinkedHashSet<T> of(T value1, T value2)
public static <T> ExLinkedHashSet<T> of(T value1, T value2, T value3)
public static <T> ExLinkedHashSet<T> of(T value1, T value2, T value3, T value4)
public static <T> ExLinkedHashSet<T> of(T value1, T value2, T value3, T value4, T value5)
public static <T> ExLinkedHashSet<T> of(T value1, T value2, T value3, T value4, T value5, T value6)
public static <T> ExLinkedHashSet<T> of(T value1, T value2, T value3, T value4, T value5, T value6, T value7)
@SafeVarargs public static <T> ExLinkedHashSet<T> of(T... values)
ExSet
Copyright © 2015. All rights reserved.