org.omg.CosCollection
Interface OperationsOperations

All Known Subinterfaces:
Operations
All Known Implementing Classes:
_OperationsStub, OperationsPOA

public interface OperationsOperations

Generated from IDL interface "Operations"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 boolean check_element_type(Any element)
           
 boolean check_key_type(Any key)
           
 int compare(Any element1, Any element2)
           
 void destroy()
           
 TypeCode element_type()
           
 boolean equal(Any element1, Any element2)
           
 int hash(Any element, int value)
           
 int key_compare(Any key1, Any key2)
           
 boolean key_equal(Any key1, Any key2)
           
 int key_hash(Any thisKey, int value)
           
 TypeCode key_type()
           
 Any key(Any element)
           
 

Method Detail

element_type

public TypeCode element_type()

check_element_type

public boolean check_element_type(Any element)

equal

public boolean equal(Any element1,
                     Any element2)

compare

public int compare(Any element1,
                   Any element2)

hash

public int hash(Any element,
                int value)

key

public Any key(Any element)

key_type

public TypeCode key_type()

check_key_type

public boolean check_key_type(Any key)

key_equal

public boolean key_equal(Any key1,
                         Any key2)

key_compare

public int key_compare(Any key1,
                       Any key2)

key_hash

public int key_hash(Any thisKey,
                    int value)

destroy

public void destroy()