Package one.microstream.collections.old
Class AbstractOldGettingSet<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingSet<E>
- All Implemented Interfaces:
 Iterable<E>,Collection<E>,Set<E>,OldCollection<E>,OldSet<E>
- Direct Known Subclasses:
 AbstractBridgeXSet,ConstLinearEnum.OldConstEnum,EnumView.OldEnumView,SetView.OldSetView
public abstract class AbstractOldGettingSet<E> extends Object implements OldSet<E>
- 
Constructor Summary
Constructors Constructor Description AbstractOldGettingSet() - 
Method Summary
Modifier and Type Method Description booleanadd(E e)booleanaddAll(Collection<? extends E> c)voidclear()booleancontains(Object o)booleancontainsAll(Collection<?> c)booleanisEmpty()Iterator<E>iterator()XGettingSet<E>parent()booleanremove(Object o)booleanremoveAll(Collection<?> c)booleanretainAll(Collection<?> c)intsize()Object[]toArray()StringtoString() 
- 
Constructor Details
- 
AbstractOldGettingSet
public AbstractOldGettingSet() 
 - 
 - 
Method Details
- 
parent
 - 
add
- Specified by:
 addin interfaceCollection<E>- Specified by:
 addin interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
addAll
- Specified by:
 addAllin interfaceCollection<E>- Specified by:
 addAllin interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
clear
- Specified by:
 clearin interfaceCollection<E>- Specified by:
 clearin interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
contains
 - 
containsAll
- Specified by:
 containsAllin interfaceCollection<E>- Specified by:
 containsAllin interfaceSet<E>
 - 
isEmpty
public boolean isEmpty() - 
iterator
 - 
remove
- Specified by:
 removein interfaceCollection<E>- Specified by:
 removein interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
removeAll
- Specified by:
 removeAllin interfaceCollection<E>- Specified by:
 removeAllin interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
retainAll
- Specified by:
 retainAllin interfaceCollection<E>- Specified by:
 retainAllin interfaceSet<E>- Throws:
 UnsupportedOperationException
 - 
size
public int size() - 
toArray
 - 
toString
 
 -