com.ptc.windchill.util.packaging.common
Interface ImmutableCollection

All Known Implementing Classes:
ImmutableCollectionImpl, ImmutableModuleRegistry

public interface ImmutableCollection



Supported API: false

Extendable: false


Method Summary
 boolean add(Object arg0)
          

Supported API: false
 boolean addAll(Collection arg0)
          

Supported API: false
 void clear()
          

Supported API: false
 boolean remove(Object arg0)
          

Supported API: false
 boolean removeAll(Collection arg0)
          

Supported API: false
 boolean retainAll(Collection arg0)
          

Supported API: false
 

Method Detail

add

public boolean add(Object arg0)
            throws UnsupportedOperationException,
                   ClassCastException,
                   IllegalArgumentException


Supported API: false

Parameters:
arg0 -
Returns:
boolean
Throws:
UnsupportedOperationException
ClassCastException
IllegalArgumentException

addAll

public boolean addAll(Collection arg0)
               throws UnsupportedOperationException


Supported API: false

Parameters:
arg0 -
Returns:
boolean
Throws:
UnsupportedOperationException

clear

public void clear()
           throws UnsupportedOperationException


Supported API: false

Throws:
UnsupportedOperationException

remove

public boolean remove(Object arg0)
               throws UnsupportedOperationException


Supported API: false

Parameters:
arg0 -
Returns:
boolean
Throws:
UnsupportedOperationException

removeAll

public boolean removeAll(Collection arg0)
                  throws UnsupportedOperationException


Supported API: false

Parameters:
arg0 -
Returns:
boolean
Throws:
UnsupportedOperationException

retainAll

public boolean retainAll(Collection arg0)
                  throws UnsupportedOperationException


Supported API: false

Parameters:
arg0 -
Returns:
boolean
Throws:
UnsupportedOperationException