T
- The component typepublic interface ISharedList<T> extends ReifiedList<T>, IShared
Modifier and Type | Method and Description |
---|---|
boolean |
addIfAbsent(T item)
Adds an element if it does not exist.
|
ReifiedList<T> |
toList()
Returns all elements as a list.
|
addAll, subList, toArray
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray
getGenericTypeParameter
boolean addIfAbsent(T item)
ReifiedList<T> toList()