|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.domain.values.util.ValuesUtil
org.eclipse.ocl.examples.domain.values.impl.ValueImpl
org.eclipse.ocl.examples.domain.values.impl.CollectionValueImpl
org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl
org.eclipse.ocl.examples.domain.values.impl.SparseSequenceValueImpl
public class SparseSequenceValueImpl
| Nested Class Summary | |
|---|---|
static class |
SparseSequenceValueImpl.Accumulator
|
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ocl.examples.domain.values.impl.CollectionValueImpl |
|---|
elements, EMPTY_ITERATOR, typeId |
| Fields inherited from class org.eclipse.ocl.examples.domain.values.util.ValuesUtil |
|---|
EMPTY_BAG, EMPTY_SET, FALSE_VALUE, INTEGER_MAX_VALUE, INTEGER_MIN_VALUE, INVALID_VALUE, LONG_MAX_VALUE, LONG_MIN_VALUE, NULL_STRING, NULL_VALUE, ONE_VALUE, TRUE_VALUE, UNLIMITED_VALUE, ZERO_VALUE |
| Fields inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
INVALID_NAME |
| Constructor Summary | |
|---|---|
SparseSequenceValueImpl(CollectionTypeId typeId,
java.util.List<? extends java.lang.Object> boxedValues)
|
|
| Method Summary | |
|---|---|
static java.util.List<?> |
createSequenceOfEach(java.util.Collection<? extends java.lang.Object> elements)
|
static java.util.List<java.lang.Object> |
createSequenceOfEach(java.lang.Object[] boxedValues)
|
boolean |
equals(java.lang.Object obj)
|
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.SequenceValueImpl |
|---|
append, appendAll, asList, asOrderedCollectionValue, asSequenceValue, at, eStaticClass, excluding, excludingAll, first, flatten, getElements, getKind, including, includingAll, indexOf, insertAt, isOrdered, isUnique, last, prepend, prependAll, reverse, sort, subSequence, toSequenceValue, toString |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.CollectionValueImpl |
|---|
asBagValue, asCollection, asCollectionValue, asEcoreObject, asEcoreObject, asEcoreObjects, asObject, asOrderedSetValue, asSetValue, checkElementsAreUnique, count, excludes, excludesAll, flatten, getBagTypeId, getElementTypeId, getObject, getOrderedSetTypeId, getSequenceTypeId, getSetTypeId, getTypeId, hashCode, includes, includesAll, initStatics, intersection, intSize, isEmpty, iterable, iterator, notEmpty, product, size, toString, union |
| Methods inherited from class org.eclipse.ocl.examples.domain.values.impl.ValueImpl |
|---|
asDouble, asElement, asInteger, asIntegerValue, asNavigableObject, asObjectValue, asRealValue, asTupleValue, asUniqueCollectionValue, asUnlimitedNaturalValue, getTypeName, isInvalid, isUndefined |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.ocl.examples.domain.values.CollectionValue |
|---|
asCollection, asEcoreObject, asEcoreObject, asEcoreObjects, count, excludes, excludesAll, flatten, getTypeId, includes, includesAll, intersection, intSize, isEmpty, iterable, iterator, notEmpty, product, size, union |
| Methods inherited from interface org.eclipse.ocl.examples.domain.values.Value |
|---|
asBagValue, asCollectionValue, asDouble, asElement, asInteger, asIntegerValue, asNavigableObject, asObject, asObjectValue, asOrderedSetValue, asRealValue, asSetValue, asTupleValue, asUniqueCollectionValue, asUnlimitedNaturalValue, isInvalid, isUndefined |
| Constructor Detail |
|---|
public SparseSequenceValueImpl(@NonNull
CollectionTypeId typeId,
@NonNull
java.util.List<? extends java.lang.Object> boxedValues)
| Method Detail |
|---|
@NonNull
public static java.util.List<java.lang.Object> createSequenceOfEach(@NonNull
java.lang.Object[] boxedValues)
@NonNull
public static java.util.List<?> createSequenceOfEach(@NonNull
java.util.Collection<? extends java.lang.Object> elements)
public boolean equals(java.lang.Object obj)
equals in class SequenceValueImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||