Package one.microstream.collections
Class SetView.OldSetView<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingSet<E>
one.microstream.collections.SetView.OldSetView<E>
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- Set<E>,- OldCollection<E>,- OldSet<E>
public static final class SetView.OldSetView<E> extends AbstractOldGettingSet<E>
- 
Constructor SummaryConstructors Constructor Description OldSetView()
- 
Method SummaryMethods inherited from class one.microstream.collections.old.AbstractOldGettingSetadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toString
- 
Constructor Details- 
OldSetViewpublic OldSetView()
 
- 
- 
Method Details- 
parent- Specified by:
- parentin interface- OldCollection<E>
- Specified by:
- parentin interface- OldSet<E>
- Overrides:
- parentin class- AbstractOldGettingSet<E>
 
 
-