public interface Bag<E> extends Collection<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e,
int multiple) |
Set<Map.Entry<E,Integer>> |
entrySet() |
Set<E> |
keySet() |
boolean |
remove(E e,
int multiple) |
default Spliterator<E> |
spliterator() |
boolean add(E e, int multiple)
boolean remove(E e, int multiple)
default Spliterator<E> spliterator()
spliterator in interface Collection<E>spliterator in interface Iterable<E>Copyright © 2019. All rights reserved.