Constructor and Description |
---|
MultiMapEntrySet(MultiMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry<K,V> arg0) |
boolean |
addAll(Collection<? extends Map.Entry<K,V>> arg0) |
void |
clear() |
boolean |
contains(Object arg0) |
boolean |
containsAll(Collection<?> arg0) |
boolean |
hasNext() |
boolean |
isEmpty() |
Iterator<Map.Entry<K,V>> |
iterator() |
Map.Entry<K,V> |
next() |
void |
remove() |
boolean |
remove(Object arg0) |
boolean |
removeAll(Collection<?> arg0) |
boolean |
retainAll(Collection<?> arg0) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
forEachRemaining
public boolean add(Map.Entry<K,V> arg0)
add
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
add
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean addAll(Collection<? extends Map.Entry<K,V>> arg0)
addAll
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
addAll
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public void clear()
clear
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
clear
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean contains(Object arg0)
contains
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
contains
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean containsAll(Collection<?> arg0)
containsAll
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
containsAll
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean isEmpty()
isEmpty
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
isEmpty
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean remove(Object arg0)
remove
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
remove
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean removeAll(Collection<?> arg0)
removeAll
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
removeAll
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean retainAll(Collection<?> arg0)
retainAll
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
retainAll
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public int size()
size
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
size
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public Object[] toArray()
toArray
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
toArray
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public <T> T[] toArray(T[] arg0)
toArray
in interface Collection<Map.Entry<K extends Comparable<? super K>,V>>
toArray
in interface Set<Map.Entry<K extends Comparable<? super K>,V>>
public boolean hasNext()
Copyright © 2022. All rights reserved.