public class CommonsHashSet<ELEMENTTYPE> extends HashSet<ELEMENTTYPE> implements ICommonsSet<ELEMENTTYPE>
| Constructor and Description |
|---|
CommonsHashSet() |
CommonsHashSet(Collection<? extends ELEMENTTYPE> aCont) |
CommonsHashSet(ELEMENTTYPE... aValues) |
CommonsHashSet(ELEMENTTYPE aValue) |
CommonsHashSet(int nInitialCapacity) |
CommonsHashSet(int nInitialCapacity,
float fLoadFactor) |
CommonsHashSet(Iterable<? extends ELEMENTTYPE> aIterable) |
| Modifier and Type | Method and Description |
|---|---|
CommonsHashSet<ELEMENTTYPE> |
getClone() |
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratorequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcreateInstance, getAll, 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 CommonsHashSet()
public CommonsHashSet(int nInitialCapacity)
public CommonsHashSet(int nInitialCapacity,
float fLoadFactor)
public CommonsHashSet(@Nullable Collection<? extends ELEMENTTYPE> aCont)
public CommonsHashSet(@Nullable Iterable<? extends ELEMENTTYPE> aIterable)
public CommonsHashSet(@Nullable ELEMENTTYPE aValue)
@SafeVarargs public CommonsHashSet(@Nullable ELEMENTTYPE... aValues)
@Nonnull @ReturnsMutableCopy public CommonsHashSet<ELEMENTTYPE> getClone()
getClone in interface ICloneable<ICommonsSet<ELEMENTTYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.