Package org.eclipse.m2m.atl.emftvm.util
Class LazyOrderedSet.InsertAtOrderedSet<E>
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection<E>
org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet<E>
org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.NonCachingOrderedSet<E>
org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.AppendOrderedSet<E>
org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.InsertAtOrderedSet<E>
- Type Parameters:
E- the collection element type
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>,SequencedCollection<E>,Set<E>
- Enclosing class:
LazyOrderedSet<E>
LazyOrderedSet that inserts an object into the underlying
LazyOrderedSet, except when it already occurs in the underlying
LazyOrderedSet.
List index starts at 0.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassIteratorthat appends an object to the underlying collection, except when it already occurs in the underlying collection.classIteratorthat appends an object to the underlying collection, except when it already occurs in the underlying collection.Nested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.AppendOrderedSet
LazyOrderedSet.AppendOrderedSet.AppendOrderedSetIterator, LazyOrderedSet.AppendOrderedSet.AppendOrderedSetListIteratorNested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet
LazyOrderedSet.AppendOrderedSet<E>, LazyOrderedSet.ExcludingOrderedSet<E>, LazyOrderedSet.InsertAtOrderedSet<E>, LazyOrderedSet.IntegerRangeOrderedSet, LazyOrderedSet.LongRangeOrderedSet, LazyOrderedSet.NonCachingOrderedSet<E>, LazyOrderedSet.PrependOrderedSet<E>, LazyOrderedSet.ReverseOrderedSet<E>, LazyOrderedSet.SubOrderedSet<E>Nested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection
LazyCollection.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 Summary
FieldsFields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.AppendOrderedSet
containsObject, containsObjectSet, objectFields inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection
cache, dataSource, occurrences -
Constructor Summary
ConstructorsConstructorDescriptionInsertAtOrderedSet(E object, int index, LazyOrderedSet<E> dataSource) Creates a newLazyOrderedSet.InsertAtOrderedSet. -
Method Summary
Modifier and TypeMethodDescriptionfirst()Returns the first element in self.get(int index) intiterator()last()Returns the last element in self.listIterator(int index) Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.AppendOrderedSet
contains, count, isEmpty, sizeMethods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet.NonCachingOrderedSet
createCacheMethods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyOrderedSet
add, addAll, append, asOrderedSet, asString, at, collect, equals, excluding, excludingAll, flatten, hashCode, including, including, includingAll, includingAll, includingRange, indexOf2, insertAt, intersection, intersection, intersection, lastIndexOf, lastIndexOf2, prepend, reject, remove, reverse, select, set, sortedBy, spliterator, subList, subSequence, subtract, subtract, symmetricDifference, union, union, union, unionMethods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection
add, addAll, any, appendElements, asBag, asSequence, asSet, clear, containsAll, containsAny, excludes, excludesAll, exists, exists2, forAll, forAll2, includes, includesAll, isUnique, iterate, mappedBy, mappedBySingle, max, min, notEmpty, one, product, remove, removeAll, retainAll, sum, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addFirst, addLast, clear, containsAll, getFirst, getLast, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, toArray, toArray
-
Field Details
-
index
protected final int index
-
-
Constructor Details
-
InsertAtOrderedSet
Creates a newLazyOrderedSet.InsertAtOrderedSet.- Parameters:
object- the object to insertindex- the insertion indexdataSource- the underlying collection
-
-
Method Details
-
iterator
-
first
Returns the first element in self.- Overrides:
firstin classLazyOrderedSet.AppendOrderedSet<E>- Returns:
- The first element in self.
- See Also:
-
last
Returns the last element in self.- Overrides:
lastin classLazyOrderedSet.AppendOrderedSet<E>- Returns:
- The last element in self.
-
get
-
indexOf
-
listIterator
- Specified by:
listIteratorin interfaceList<E>- Overrides:
listIteratorin classLazyOrderedSet.AppendOrderedSet<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>- Overrides:
listIteratorin classLazyOrderedSet.AppendOrderedSet<E>
-