public interface ICommonsOrderedSet<ELEMENTTYPE> extends ICommonsSet<ELEMENTTYPE>
| Modifier and Type | Method and Description |
|---|---|
default <T> ICommonsOrderedSet<T> |
createInstance()
Create a new empty set.
|
ICommonsOrderedSet<ELEMENTTYPE> |
getClone() |
default ELEMENTTYPE |
getFirst() |
default ELEMENTTYPE |
getLast() |
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, stream@Nonnull @ReturnsMutableCopy default <T> ICommonsOrderedSet<T> createInstance()
ICommonsSetCommonsHashSet.createInstance in interface ICommonsSet<ELEMENTTYPE>T - Set element typenull.@Nullable default ELEMENTTYPE getFirst()
@Nullable default ELEMENTTYPE getLast()
@Nonnull @ReturnsMutableCopy ICommonsOrderedSet<ELEMENTTYPE> getClone()
getClone in interface ICloneable<ICommonsSet<ELEMENTTYPE>>Copyright © 2014–2016 Philip Helger. All rights reserved.