Java Doc for PositionalIteratorImpl.java in  » Collaboration » JacORB » org » jacorb » collection » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Collaboration » JacORB » org.jacorb.collection 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jacorb.collection.PositionalIteratorImpl

All known Subclasses:   org.jacorb.collection.OrderedIteratorImpl,
PositionalIteratorImpl
class PositionalIteratorImpl implements org.omg.CosCollection.IteratorOperations(Code)


Field Summary
protected  CollectionImplcollection
    
protected  booleanin_between
    
protected  intpos
    
protected  booleanread_only
    

Constructor Summary
 PositionalIteratorImpl(CollectionImpl collection)
    
 PositionalIteratorImpl(CollectionImpl collection, boolean read_only)
    

Method Summary
public  org.omg.CosCollection.Iterator_clone()
    
public  booleanadd_element_set_iterator(Any element)
    
public  booleanadd_n_elements_set_iterator(Any[] elements, org.omg.CORBA.IntHolder actual_number)
    
public  voidassign(org.omg.CosCollection.Iterator from_where)
    
protected  voidcheck_in_between()
    
protected  voidcheck_invalid()
    
protected  voidcheck_iterator()
    
protected  voidcheck_read_only()
    
protected  voidcheck_servant()
    
public synchronized  voiddestroy()
    
protected synchronized  booleanexist_next()
    
public synchronized  intget_pos()
    
public synchronized  Servantget_servant()
    
public synchronized  voidinvalidate()
    
public synchronized  booleanis_const()
    
public  booleanis_equal(org.omg.CosCollection.Iterator test)
    
public synchronized  booleanis_for(org.omg.CosCollection.Collection collector)
    
public synchronized  booleanis_in_between()
    
public synchronized  booleanis_valid()
    
public  booleannot_equal_remove_element_set_to_next(org.omg.CosCollection.Iterator test)
    
public  booleannot_equal_replace_element_set_to_next(org.omg.CosCollection.Iterator test, Any element)
    
public  booleannot_equal_retrieve_element_set_to_next(org.omg.CosCollection.Iterator test, AnyHolder element)
    
public  voidremove_element()
    
public  booleanremove_element_set_to_next()
    
public  booleanremove_next_n_elements(int n, org.omg.CORBA.IntHolder actual_number)
    
public  voidreplace_element(Any element)
    
public  booleanreplace_element_set_to_next(Any element)
    
public  booleanreplace_next_n_elements(Any[] elements, org.omg.CORBA.IntHolder actual_number)
    
public  booleanretrieve_element(AnyHolder element)
    
public  booleanretrieve_element_set_to_next(AnyHolder element, org.omg.CORBA.BooleanHolder more)
    
public  booleanretrieve_next_n_elements(int n, AnySequenceHolder result, org.omg.CORBA.BooleanHolder more)
    
public synchronized  voidset_in_between(boolean in_between)
    
public synchronized  voidset_pos(int pos)
    
public synchronized  voidset_servant(Servant srvnt)
    
public  booleanset_to_first_element()
    
public  booleanset_to_next_element()
    
public  booleanset_to_next_nth_element(int n)
    

Field Detail
collection
protected CollectionImpl collection(Code)



in_between
protected boolean in_between(Code)



pos
protected int pos(Code)



read_only
protected boolean read_only(Code)




Constructor Detail
PositionalIteratorImpl
PositionalIteratorImpl(CollectionImpl collection)(Code)



PositionalIteratorImpl
PositionalIteratorImpl(CollectionImpl collection, boolean read_only)(Code)




Method Detail
_clone
public org.omg.CosCollection.Iterator _clone()(Code)



add_element_set_iterator
public boolean add_element_set_iterator(Any element) throws ElementInvalid(Code)



add_n_elements_set_iterator
public boolean add_n_elements_set_iterator(Any[] elements, org.omg.CORBA.IntHolder actual_number) throws ElementInvalid(Code)



assign
public void assign(org.omg.CosCollection.Iterator from_where) throws IteratorInvalid(Code)



check_in_between
protected void check_in_between() throws IteratorInBetween(Code)



check_invalid
protected void check_invalid() throws IteratorInvalid(Code)



check_iterator
protected void check_iterator() throws IteratorInBetween, IteratorInvalid(Code)



check_read_only
protected void check_read_only() throws IteratorInvalid(Code)



check_servant
protected void check_servant()(Code)



destroy
public synchronized void destroy()(Code)



exist_next
protected synchronized boolean exist_next()(Code)



get_pos
public synchronized int get_pos()(Code)



get_servant
public synchronized Servant get_servant()(Code)



invalidate
public synchronized void invalidate()(Code)



is_const
public synchronized boolean is_const()(Code)



is_equal
public boolean is_equal(org.omg.CosCollection.Iterator test) throws IteratorInvalid(Code)



is_for
public synchronized boolean is_for(org.omg.CosCollection.Collection collector)(Code)



is_in_between
public synchronized boolean is_in_between()(Code)



is_valid
public synchronized boolean is_valid()(Code)



not_equal_remove_element_set_to_next
public boolean not_equal_remove_element_set_to_next(org.omg.CosCollection.Iterator test) throws IteratorInvalid, IteratorInBetween(Code)



not_equal_replace_element_set_to_next
public boolean not_equal_replace_element_set_to_next(org.omg.CosCollection.Iterator test, Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)



not_equal_retrieve_element_set_to_next
public boolean not_equal_retrieve_element_set_to_next(org.omg.CosCollection.Iterator test, AnyHolder element) throws IteratorInvalid, IteratorInBetween(Code)



remove_element
public void remove_element() throws IteratorInvalid, IteratorInBetween(Code)



remove_element_set_to_next
public boolean remove_element_set_to_next() throws IteratorInvalid, IteratorInBetween(Code)



remove_next_n_elements
public boolean remove_next_n_elements(int n, org.omg.CORBA.IntHolder actual_number) throws IteratorInvalid, IteratorInBetween(Code)



replace_element
public void replace_element(Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)



replace_element_set_to_next
public boolean replace_element_set_to_next(Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)



replace_next_n_elements
public boolean replace_next_n_elements(Any[] elements, org.omg.CORBA.IntHolder actual_number) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)



retrieve_element
public boolean retrieve_element(AnyHolder element) throws IteratorInvalid, IteratorInBetween(Code)



retrieve_element_set_to_next
public boolean retrieve_element_set_to_next(AnyHolder element, org.omg.CORBA.BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)



retrieve_next_n_elements
public boolean retrieve_next_n_elements(int n, AnySequenceHolder result, org.omg.CORBA.BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)



set_in_between
public synchronized void set_in_between(boolean in_between)(Code)



set_pos
public synchronized void set_pos(int pos)(Code)



set_servant
public synchronized void set_servant(Servant srvnt)(Code)



set_to_first_element
public boolean set_to_first_element()(Code)



set_to_next_element
public boolean set_to_next_element() throws IteratorInvalid(Code)



set_to_next_nth_element
public boolean set_to_next_nth_element(int n) throws IteratorInvalid(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.