| Modifier | Constructor and Description |
|---|---|
protected |
MultiLevelEntrySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Map.Entry<K,V> entry) |
boolean |
addAll(Collection<? extends Map.Entry<K,V>> arg0) |
void |
clear() |
boolean |
contains(Object entryObj) |
boolean |
containsAll(Collection<?> entryObjs) |
boolean |
isEmpty() |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
remove(Object entryObj) |
boolean |
removeAll(Collection<?> entryObjs) |
boolean |
retainAll(Collection<?> entryObjs) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] arr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic void clear()
public boolean contains(Object entryObj)
public boolean containsAll(Collection<?> entryObjs)
containsAll in interface Collection<Map.Entry<K,V>>containsAll in interface Set<Map.Entry<K,V>>public boolean isEmpty()
public boolean remove(Object entryObj)
public boolean removeAll(Collection<?> entryObjs)
public boolean retainAll(Collection<?> entryObjs)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] arr)
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.