- boolean add(E e)
- Object[] toArray()
- boolean addAll(Collection<? extends E> c)
- boolean remove(Object o)
- E get(int index)
- boolean isEmpty()
- E lower(E e)
- boolean retainAll(Collection<?> c)
- boolean offer(E e)
- int size()
- V remove(Object key)
- void clear()
- Collection<V> values()
- default Stream< E e> stream()
- default boolean removeIf(Predicate<? super E> filter)
- boolean contains(Object o)