Package org.eclipse.m2m.atl.emftvm.util
Class LazyList.IntegerRangeList
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.LazyCollection<E>
org.eclipse.m2m.atl.emftvm.util.LazyList<Integer>
org.eclipse.m2m.atl.emftvm.util.LazyList.IntegerRangeList
- All Implemented Interfaces:
Iterable<Integer>
,Collection<Integer>
,List<Integer>
,org.eclipse.emf.common.util.EList<Integer>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.m2m.atl.emftvm.util.LazyList
LazyList.AppendList<E>, LazyList.CollectList<E>, LazyList.InsertAtList<E>, LazyList.IntegerRangeList, LazyList.LongRangeList, LazyList.NonCachingList<E>, LazyList.PrependList<E>, LazyList.ReverseList<E>, LazyList.SubList<E>, LazyList.UnionList<E>, LazyList.UnionListIterator
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.LazyCollection
cache, dataSource, occurrences
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerRangeList
(int first, int last) Creates a newLazyList.IntegerRangeList
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns the number of times thatobject
occurs in the collection self.protected void
Creates the cache collections.first()
Returns the first element in self.get
(int index) int
boolean
isEmpty()
iterator()
last()
Returns the last element in self.int
listIterator
(int index) int
size()
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyList
add, addAll, append, asSequence, asString, at, collect, equals, excluding, excludingAll, flatten, hashCode, including, including, includingAll, includingAll, includingRange, indexOf2, insertAt, lastIndexOf2, move, move, prepend, reject, remove, reverse, select, set, sortedBy, subList, subSequence, union, union
Methods inherited from class org.eclipse.m2m.atl.emftvm.util.LazyCollection
add, addAll, any, appendElements, asBag, asOrderedSet, 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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, addAll, clear, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
first
protected final int first -
last
protected final int last
-
-
Constructor Details
-
IntegerRangeList
public IntegerRangeList(int first, int last) Creates a newLazyList.IntegerRangeList
.- Parameters:
first
- the first object of the range to includelast
- the last object of the range to include
-
-
Method Details
-
createCache
protected void createCache()Creates the cache collections.- Overrides:
createCache
in classLazyList<Integer>
-
first
Returns the first element in self. -
get
-
indexOf
-
last
Returns the last element in self. -
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<Integer>
- Overrides:
lastIndexOf
in classLazyList<Integer>
-
listIterator
- Specified by:
listIterator
in interfaceList<Integer>
- Overrides:
listIterator
in classLazyList<Integer>
-
listIterator
- Specified by:
listIterator
in interfaceList<Integer>
- Overrides:
listIterator
in classLazyList<Integer>
-
contains
- Specified by:
contains
in interfaceCollection<Integer>
- Specified by:
contains
in interfaceList<Integer>
- Overrides:
contains
in classLazyCollection<Integer>
-
count
Returns the number of times thatobject
occurs in the collection self.- Overrides:
count
in classLazyCollection<Integer>
- Parameters:
object
- the object to check for- Returns:
- The number of times that
object
occurs in the collection self.
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<Integer>
- Specified by:
isEmpty
in interfaceList<Integer>
- Overrides:
isEmpty
in classLazyCollection<Integer>
-
iterator
-
size
public int size()- Specified by:
size
in interfaceCollection<Integer>
- Specified by:
size
in interfaceList<Integer>
- Overrides:
size
in classLazyCollection<Integer>
-