public class CommonsLinkedHashSet<ELEMENTTYPE> extends LinkedHashSet<ELEMENTTYPE> implements ICommonsOrderedSet<ELEMENTTYPE>
| Constructor and Description |
|---|
CommonsLinkedHashSet() |
CommonsLinkedHashSet(Collection<? extends ELEMENTTYPE> aCont) |
CommonsLinkedHashSet(ELEMENTTYPE aValue) |
CommonsLinkedHashSet(int nInitialCapacity) |
CommonsLinkedHashSet(int nInitialCapacity,
float fLoadFactor) |
CommonsLinkedHashSet(Iterable<? extends ELEMENTTYPE> aIterable) |
| Modifier and Type | Method and Description |
|---|---|
CommonsLinkedHashSet<ELEMENTTYPE> |
getClone() |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcreateInstance, getFirst, getLastgetAll, getAllInstanceOf, getAllMapped, getAllMapped, getAsUnmodifiableadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayaddAll, addAll, addAll, addAll, addAllMapped, addAllMapped, addIf, addIfNotNull, containsAny, containsNone, containsOnly, findAll, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, getAtIndex, getAtIndex, getAtIndex, getAtIndex, getAtIndexMapped, getAtIndexMapped, getCopyAsList, getCount, getSorted, isNotEmpty, iterator2, removeAll, set, setAll, setAllparallelStream, removeIf, streampublic CommonsLinkedHashSet()
public CommonsLinkedHashSet(int nInitialCapacity)
public CommonsLinkedHashSet(int nInitialCapacity,
float fLoadFactor)
public CommonsLinkedHashSet(@Nullable Collection<? extends ELEMENTTYPE> aCont)
public CommonsLinkedHashSet(@Nullable Iterable<? extends ELEMENTTYPE> aIterable)
public CommonsLinkedHashSet(@Nullable ELEMENTTYPE aValue)
@Nonnull @ReturnsMutableCopy public CommonsLinkedHashSet<ELEMENTTYPE> getClone()
getClone in interface ICommonsOrderedSet<ELEMENTTYPE>getClone in interface ICloneable<ICommonsSet<ELEMENTTYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.