E
- public class TSetFromMap<E> extends TAbstractSet<E>
Constructor and Description |
---|
TSetFromMap(TMap<E,TBoolean> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
isEmpty() |
TIterator<E> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(TCollection<?> c) |
boolean |
retainAll(TCollection<?> c) |
int |
size() |
equals, hashCode
addAll, containsAll, toArray, toArray, toString
clone, equals0, finalize, getClass0, notify0, notifyAll0, wait0, wait0, waitImpl
addAll, containsAll, spliterator, stream, toArray, toArray
public int size()
public boolean isEmpty()
isEmpty
in interface TCollection<E>
isEmpty
in class TAbstractCollection<E>
public boolean contains(Object o)
contains
in interface TCollection<E>
contains
in class TAbstractCollection<E>
public boolean add(E e)
add
in interface TCollection<E>
add
in class TAbstractCollection<E>
public boolean remove(Object o)
remove
in interface TCollection<E>
remove
in class TAbstractCollection<E>
public boolean removeAll(TCollection<?> c)
removeAll
in interface TCollection<E>
removeAll
in class TAbstractSet<E>
public boolean retainAll(TCollection<?> c)
retainAll
in interface TCollection<E>
retainAll
in class TAbstractCollection<E>
public void clear()
clear
in interface TCollection<E>
clear
in class TAbstractCollection<E>
Copyright © 2019. All rights reserved.