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 boolean
add(E e)
boolean
addAll(Collection<? extends E> c)
void
clear()
boolean
contains(Object o)
boolean
containsAll(Collection<?> c)
boolean
isEmpty()
Iterator<E>
iterator()
XGettingSet<E>
parent()
boolean
remove(Object o)
boolean
removeAll(Collection<?> c)
boolean
retainAll(Collection<?> c)
int
size()
Object[]
toArray()
String
toString()
-
Constructor Details
-
AbstractOldGettingSet
public AbstractOldGettingSet()
-
-
Method Details
-
parent
-
add
- Specified by:
add
in interfaceCollection<E>
- Specified by:
add
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
addAll
- Specified by:
addAll
in interfaceCollection<E>
- Specified by:
addAll
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
clear
- Specified by:
clear
in interfaceCollection<E>
- Specified by:
clear
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
contains
-
containsAll
- Specified by:
containsAll
in interfaceCollection<E>
- Specified by:
containsAll
in interfaceSet<E>
-
isEmpty
public boolean isEmpty() -
iterator
-
remove
- Specified by:
remove
in interfaceCollection<E>
- Specified by:
remove
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
removeAll
- Specified by:
removeAll
in interfaceCollection<E>
- Specified by:
removeAll
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
retainAll
- Specified by:
retainAll
in interfaceCollection<E>
- Specified by:
retainAll
in interfaceSet<E>
- Throws:
UnsupportedOperationException
-
size
public int size() -
toArray
-
toString
-