uk.ac.ucl.cs.emofocl.jmi.reflect.extended
Class OrderedSet

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.OCLCollection
      extended by uk.ac.ucl.cs.emofocl.jmi.reflect.extended.OrderedSet
All Implemented Interfaces:
Iterable, Collection, List, Set, ListSet

public class OrderedSet
extends OCLCollection
implements ListSet

Author:
James

Constructor Summary
OrderedSet(CollectionType type, int lower, int upper)
           
OrderedSet(Type elementType)
           
 
Method Summary
 void add(int arg0, Object arg1)
           
 boolean add(Object arg0)
           
 boolean addAll(Collection collection)
           
 boolean addAll(int arg0, Collection arg1)
           
 void clear()
           
 boolean contains(Object o)
           
 boolean containsAll(Collection arg0)
           
 boolean equals(Object other)
          Equal if all elements are equal.
 boolean extEquals(Object other)
           
 int extHashValue()
           
 Object get(int index)
           
 int indexOf(Object o)
           
 boolean isEmpty()
           
 Iterator iterator()
           
 int lastIndexOf(Object o)
           
 ListIterator listIterator()
           
 ListIterator listIterator(int index)
           
 Object remove(int index)
           
 boolean remove(Object o)
           
 boolean removeAll(Collection collection)
           
 boolean retainAll(Collection collection)
           
 Object set(int arg0, Object arg1)
           
 int size()
           
 List subList(int fromIndex, int toIndex)
           
 Object[] toArray()
           
 Object[] toArray(Object[] arg0)
           
 String toString()
           
 
Methods inherited from class uk.ac.ucl.cs.emofocl.jmi.reflect.extended.OCLCollection
extElementEquals, extElementHashValue, getType, refVerifyConstraints
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
hashCode
 
Methods inherited from interface java.util.List
hashCode
 

Constructor Detail

OrderedSet

public OrderedSet(CollectionType type,
                  int lower,
                  int upper)

OrderedSet

public OrderedSet(Type elementType)
Method Detail

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in interface List
Specified by:
size in interface Set
Specified by:
size in class OCLCollection

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Collection
Specified by:
isEmpty in interface List
Specified by:
isEmpty in interface Set

contains

public boolean contains(Object o)
Specified by:
contains in interface Collection
Specified by:
contains in interface List
Specified by:
contains in interface Set

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in interface List
Specified by:
iterator in interface Set
Specified by:
iterator in class OCLCollection

toArray

public Object[] toArray()
Specified by:
toArray in interface Collection
Specified by:
toArray in interface List
Specified by:
toArray in interface Set

toArray

public Object[] toArray(Object[] arg0)
Specified by:
toArray in interface Collection
Specified by:
toArray in interface List
Specified by:
toArray in interface Set

add

public boolean add(Object arg0)
Specified by:
add in interface Collection
Specified by:
add in interface List
Specified by:
add in interface Set
Overrides:
add in class OCLCollection

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection
Specified by:
remove in interface List
Specified by:
remove in interface Set
Overrides:
remove in class OCLCollection

containsAll

public boolean containsAll(Collection arg0)
Specified by:
containsAll in interface Collection
Specified by:
containsAll in interface List
Specified by:
containsAll in interface Set

addAll

public boolean addAll(Collection collection)
Specified by:
addAll in interface Collection
Specified by:
addAll in interface List
Specified by:
addAll in interface Set

removeAll

public boolean removeAll(Collection collection)
Specified by:
removeAll in interface Collection
Specified by:
removeAll in interface List
Specified by:
removeAll in interface Set

retainAll

public boolean retainAll(Collection collection)
Specified by:
retainAll in interface Collection
Specified by:
retainAll in interface List
Specified by:
retainAll in interface Set

clear

public void clear()
Specified by:
clear in interface Collection
Specified by:
clear in interface List
Specified by:
clear in interface Set

addAll

public boolean addAll(int arg0,
                      Collection arg1)
Specified by:
addAll in interface List

get

public Object get(int index)
Specified by:
get in interface List

set

public Object set(int arg0,
                  Object arg1)
Specified by:
set in interface List

add

public void add(int arg0,
                Object arg1)
Specified by:
add in interface List

remove

public Object remove(int index)
Specified by:
remove in interface List

indexOf

public int indexOf(Object o)
Specified by:
indexOf in interface List

lastIndexOf

public int lastIndexOf(Object o)
Specified by:
lastIndexOf in interface List

listIterator

public ListIterator listIterator()
Specified by:
listIterator in interface List

listIterator

public ListIterator listIterator(int index)
Specified by:
listIterator in interface List

subList

public List subList(int fromIndex,
                    int toIndex)
Specified by:
subList in interface List

extHashValue

public int extHashValue()
Specified by:
extHashValue in class OCLCollection

extEquals

public boolean extEquals(Object other)
Specified by:
extEquals in class OCLCollection

equals

public boolean equals(Object other)
Equal if all elements are equal.

Specified by:
equals in interface Collection
Specified by:
equals in interface List
Specified by:
equals in interface Set
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object