Package one.microstream.collections.old
Class AbstractBridgeXSet<E>
- java.lang.Object
-
- one.microstream.collections.old.AbstractOldGettingSet<E>
-
- one.microstream.collections.old.AbstractBridgeXSet<E>
-
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Set<E>,OldCollection<E>,OldSet<E>
- Direct Known Subclasses:
EqHashEnum.OldVarSet,EqHashTable.Keys.OldKeys,HashEnum.OldVarSet,HashTable.Keys.OldKeys,MutexSet.OldMutexSet,SynchSet.OldSynchSet
public abstract class AbstractBridgeXSet<E> extends AbstractOldGettingSet<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractBridgeXSet()
-
Method Summary
Modifier and Type Method Description booleanadd(E e)booleanaddAll(Collection<? extends E> c)voidclear()XSet<E>parent()booleanremoveAll(Collection<?> c)booleanretainAll(Collection<?> c)-
Methods inherited from class one.microstream.collections.old.AbstractOldGettingSet
contains, containsAll, isEmpty, iterator, remove, size, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
Methods inherited from interface java.util.Set
equals, hashCode, spliterator, toArray
-
-
-
-
Method Detail
-
parent
public XSet<E> parent()
- Specified by:
parentin interfaceOldCollection<E>- Specified by:
parentin interfaceOldSet<E>- Overrides:
parentin classAbstractOldGettingSet<E>
-
add
public boolean add(E e)
- Specified by:
addin interfaceCollection<E>- Specified by:
addin interfaceSet<E>- Overrides:
addin classAbstractOldGettingSet<E>
-
addAll
public boolean addAll(Collection<? extends E> c)
- Specified by:
addAllin interfaceCollection<E>- Specified by:
addAllin interfaceSet<E>- Overrides:
addAllin classAbstractOldGettingSet<E>
-
clear
public void clear()
- Specified by:
clearin interfaceCollection<E>- Specified by:
clearin interfaceSet<E>- Overrides:
clearin classAbstractOldGettingSet<E>
-
removeAll
public boolean removeAll(Collection<?> c)
- Specified by:
removeAllin interfaceCollection<E>- Specified by:
removeAllin interfaceSet<E>- Overrides:
removeAllin classAbstractOldGettingSet<E>
-
retainAll
public boolean retainAll(Collection<?> c)
- Specified by:
retainAllin interfaceCollection<E>- Specified by:
retainAllin interfaceSet<E>- Overrides:
retainAllin classAbstractOldGettingSet<E>
-
-