Uses of Class
org.jacorb.collection.util.ObjectInvalid

Packages that use ObjectInvalid
org.jacorb.collection.util   
 

Uses of ObjectInvalid in org.jacorb.collection.util
 

Methods in org.jacorb.collection.util that throw ObjectInvalid
 int SortedVector.addElement(Object obj)
           
 int ObjectComparator.compare_with(Object obj)
           
 int ObjectComparator.compare(Object obj1, Object obj2)
           
 void ObjectComparator.element(Object obj)
           
 boolean ObjectComparator.equal(Object obj1)
           
 boolean ObjectComparator.equal(Object obj1, Object obj2)
           
 int SortedVector.indexOf(Object obj)
           
 boolean SortedVector.insertElementAt(Object obj, int index)
           
 boolean SortedVector.isIndexValid(int index, Object obj)
           
 void SortedVector.setElementAt(Object obj, int index)
           
 



Copyright © 2015 JacORB. All rights reserved.