|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infolayer.util.AbstractOclCollection
org.infolayer.util.SingleOclCollection
Field Summary |
Fields inherited from interface org.infolayer.util.OclCollection |
BAG, COLLECTION, names, ORDERED_SET, SEQUENCE, SET |
Constructor Summary | |
SingleOclCollection(int collectionType,
UmlClassifier elementType,
java.lang.Object content)
|
Method Summary | |
java.util.Iterator |
iterator()
|
long |
size()
Returns the number of elements contained in this collection |
Methods inherited from class org.infolayer.util.AbstractOclCollection |
append, asBag, asSequence, asSet, at, collectNested, count, difference, equals, excludes, excludesAll, excluding, first, flatten, getCollectionType, getElementType, getSealed, getType, includes, includesAll, including, indexOf, insertAt, intersection, isEmpty, isSealed, last, max, min, notEmpty, prepend, reverse, select, select, sortedBy, subSequence, sum, symmetricDifference, toOclLiteral, toString, union |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SingleOclCollection(int collectionType, UmlClassifier elementType, java.lang.Object content)
collectionType
- elementType
- Method Detail |
public long size()
OclCollection
size
in interface OclCollection
size
in class AbstractOclCollection
public java.util.Iterator iterator()
iterator
in interface OclCollection
iterator
in class AbstractOclCollection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |