Package org.eclipse.m2m.atl.emftvm.util
Class LazySet.NonCachingSet<E>
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection<E>
org.eclipse.m2m.atl.emftvm.util.LazySet<E>
org.eclipse.m2m.atl.emftvm.util.LazySet.NonCachingSet<E>
- Type Parameters:
- E- the collection element type
- All Implemented Interfaces:
- Iterable<E>,- Collection<E>,- Set<E>
- Direct Known Subclasses:
- LazySet.ExcludingSet,- LazySet.IncludingSet
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazySetLazySet.ExcludingSet<E>, LazySet.IncludingSet<E>, LazySet.IntegerRangeSet, LazySet.LongRangeSet, LazySet.NonCachingSet<E>Nested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollectionLazyCollection.AppendIterator, LazyCollection.CachingIterator, LazyCollection.CachingSetIterator, LazyCollection.CollectIterator<T>, LazyCollection.ExcludingIterator, LazyCollection.FilterIterator, LazyCollection.FlattenIterator, LazyCollection.FlattenSetIterator, LazyCollection.IntegerRangeListIterator, LazyCollection.IntersectionIterator, LazyCollection.IteratorToListIterator, LazyCollection.LongRangeListIterator, LazyCollection.ReadOnlyIterator<E>, LazyCollection.ReadOnlyListIterator<E>, LazyCollection.RejectIterator, LazyCollection.ReverseIterator, LazyCollection.ReverseListIterator, LazyCollection.SelectIterator, LazyCollection.SubListIterator, LazyCollection.SubListListIterator, LazyCollection.SubtractionIterator, LazyCollection.UnionIterator, LazyCollection.UnionSetIterator, LazyCollection.WrappedIterator, LazyCollection.WrappedListIterator
- 
Field SummaryFields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollectioncache, dataSource, occurrences
- 
Constructor SummaryConstructorsConstructorDescriptionNonCachingSet(LazySet<E> dataSource) Creates aLazySet.NonCachingSetarounddataSource.
- 
Method SummaryMethods inherited from class org.eclipse.m2m.atl.emftvm.util.LazySetasSet, asString, collect, count, equals, excluding, excludingAll, flatten, hashCode, including, including, includingAll, includingAll, includingRange, intersection, intersection, iterator, reject, select, sortedBy, subtract, symmetricDifference, union, unionMethods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollectionadd, addAll, any, appendElements, asBag, asOrderedSet, asSequence, clear, contains, containsAll, containsAny, excludes, excludesAll, exists, exists2, forAll, forAll2, includes, includesAll, isEmpty, isUnique, iterate, mappedBy, mappedBySingle, max, min, notEmpty, one, product, remove, removeAll, retainAll, size, sum, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
- 
Constructor Details- 
NonCachingSetCreates aLazySet.NonCachingSetarounddataSource.- Parameters:
- dataSource- the underlying collection
 
 
- 
- 
Method Details- 
createCacheprotected void createCache()Creates the cache collections.- Overrides:
- createCachein class- LazySet<E>
 
 
-