protected class MultiLevelMap.MultiLevelKeySet extends Object implements Set<K>
| Modifier | Constructor and Description |
|---|---|
protected |
MultiLevelKeySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K e) |
boolean |
addAll(Collection<? extends K> c) |
void |
clear() |
boolean |
contains(Object key) |
boolean |
containsAll(Collection<?> keys) |
boolean |
isEmpty() |
Iterator<K> |
iterator() |
boolean |
remove(Object key) |
boolean |
removeAll(Collection<?> keys) |
boolean |
retainAll(Collection<?> keys) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] baseArray) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic void clear()
public boolean contains(Object key)
public boolean containsAll(Collection<?> keys)
containsAll in interface Collection<K>containsAll in interface Set<K>public boolean isEmpty()
public boolean remove(Object key)
public boolean removeAll(Collection<?> keys)
public boolean retainAll(Collection<?> keys)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] baseArray)
public boolean add(K e)
public boolean addAll(Collection<? extends K> c)
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.