| Package | Description |
|---|---|
| org.jacorb.collection.util |
| Modifier and Type | Method and Description |
|---|---|
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.