Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.DequePOA
org.omg.CosCollection.DequePOATie
public class DequePOATie
extends DequePOA
Constructor Summary | |
| |
|
Method Summary | |
POA | |
DequeOperations | |
void |
|
Deque |
|
Deque | |
void | |
void | |
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
int |
|
boolean |
|
Methods inherited from class org.omg.CosCollection.DequePOA | |
_all_interfaces , _invoke , _this , _this |
Methods inherited from class org.omg.PortableServer.Servant | |
_all_interfaces , _default_POA , _get_delegate , _get_interface , _get_interface_def , _is_a , _non_existent , _object_id , _orb , _poa , _set_delegate , _this_object , _this_object |
public void dequeue_first() throws EmptyCollection
- Specified by:
- dequeue_first in interface DequeOperations
public void dequeue_last() throws EmptyCollection
- Specified by:
- dequeue_last in interface DequeOperations
public boolean element_dequeue_first(AnyHolder element) throws EmptyCollection
- Specified by:
- element_dequeue_first in interface DequeOperations
public boolean element_dequeue_last(AnyHolder element) throws EmptyCollection
- Specified by:
- element_dequeue_last in interface DequeOperations
public void enqueue_as_first(Any element) throws ElementInvalid
- Specified by:
- enqueue_as_first in interface DequeOperations
public void enqueue_as_last(Any element) throws ElementInvalid
- Specified by:
- enqueue_as_last in interface DequeOperations
public boolean unfilled()
- Specified by:
- unfilled in interface RestrictedAccessCollectionOperations