Java Doc for OrderedIteratorImpl.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
      org.jacorb.collection.OrderedIteratorImpl

All known Subclasses:   org.jacorb.collection.SequentialIteratorImpl,  org.jacorb.collection.KeySortedIteratorImpl,
OrderedIteratorImpl
class OrderedIteratorImpl extends PositionalIteratorImpl implements OrderedIteratorOperations(Code)


Field Summary
protected  booleanreverse
    

Constructor Summary
 OrderedIteratorImpl(OrderedCollectionImpl collection)
    
 OrderedIteratorImpl(OrderedCollectionImpl collection, boolean read_only)
    
 OrderedIteratorImpl(OrderedCollectionImpl collection, boolean read_only, boolean reverse)
    

Method Summary
public  booleanis_first()
    
public  booleanis_for_same(org.omg.CosCollection.Iterator test)
    
public  booleanis_last()
    
public synchronized  booleanis_reverse()
    
public  booleannot_equal_remove_element_set_to_previous(org.omg.CosCollection.Iterator test)
    
public  booleannot_equal_replace_element_set_to_previous(org.omg.CosCollection.Iterator test, Any element)
    
public  booleannot_equal_retrieve_element_set_to_previous(org.omg.CosCollection.Iterator test, AnyHolder element)
    
public  intposition()
    
public  booleanremove_element_set_to_previous()
    
public  booleanremove_previous_n_elements(int n, org.omg.CORBA.IntHolder actual_number)
    
public  booleanreplace_element_set_to_previous(org.omg.CORBA.Any element)
    
public  booleanreplace_previous_n_elements(org.omg.CORBA.Any[] elements, org.omg.CORBA.IntHolder actual_number)
    
public  booleanretrieve_element_set_to_previous(AnyHolder element, BooleanHolder more)
    
public  booleanretrieve_previous_n_elements(int n, AnySequenceHolder result, BooleanHolder more)
    
public  booleanset_to_last_element()
    
public  booleanset_to_nth_previous_element(int n)
    
public  voidset_to_position(int position)
    
public  booleanset_to_previous_element()
    

Field Detail
reverse
protected boolean reverse(Code)




Constructor Detail
OrderedIteratorImpl
OrderedIteratorImpl(OrderedCollectionImpl collection)(Code)



OrderedIteratorImpl
OrderedIteratorImpl(OrderedCollectionImpl collection, boolean read_only)(Code)



OrderedIteratorImpl
OrderedIteratorImpl(OrderedCollectionImpl collection, boolean read_only, boolean reverse)(Code)




Method Detail
is_first
public boolean is_first()(Code)



is_for_same
public boolean is_for_same(org.omg.CosCollection.Iterator test)(Code)



is_last
public boolean is_last()(Code)



is_reverse
public synchronized boolean is_reverse()(Code)



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



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



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



position
public int position() throws IteratorInvalid(Code)



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



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



replace_element_set_to_previous
public boolean replace_element_set_to_previous(org.omg.CORBA.Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)



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



retrieve_element_set_to_previous
public boolean retrieve_element_set_to_previous(AnyHolder element, BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)



retrieve_previous_n_elements
public boolean retrieve_previous_n_elements(int n, AnySequenceHolder result, BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)



set_to_last_element
public boolean set_to_last_element()(Code)



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



set_to_position
public void set_to_position(int position) throws PositionInvalid(Code)



set_to_previous_element
public boolean set_to_previous_element() throws IteratorInvalid(Code)



Fields inherited from org.jacorb.collection.PositionalIteratorImpl
protected CollectionImpl collection(Code)(Java Doc)
protected boolean in_between(Code)(Java Doc)
protected int pos(Code)(Java Doc)
protected boolean read_only(Code)(Java Doc)

Methods inherited from org.jacorb.collection.PositionalIteratorImpl
public org.omg.CosCollection.Iterator _clone()(Code)(Java Doc)
public boolean add_element_set_iterator(Any element) throws ElementInvalid(Code)(Java Doc)
public boolean add_n_elements_set_iterator(Any[] elements, org.omg.CORBA.IntHolder actual_number) throws ElementInvalid(Code)(Java Doc)
public void assign(org.omg.CosCollection.Iterator from_where) throws IteratorInvalid(Code)(Java Doc)
protected void check_in_between() throws IteratorInBetween(Code)(Java Doc)
protected void check_invalid() throws IteratorInvalid(Code)(Java Doc)
protected void check_iterator() throws IteratorInBetween, IteratorInvalid(Code)(Java Doc)
protected void check_read_only() throws IteratorInvalid(Code)(Java Doc)
protected void check_servant()(Code)(Java Doc)
public synchronized void destroy()(Code)(Java Doc)
protected synchronized boolean exist_next()(Code)(Java Doc)
public synchronized int get_pos()(Code)(Java Doc)
public synchronized Servant get_servant()(Code)(Java Doc)
public synchronized void invalidate()(Code)(Java Doc)
public synchronized boolean is_const()(Code)(Java Doc)
public boolean is_equal(org.omg.CosCollection.Iterator test) throws IteratorInvalid(Code)(Java Doc)
public synchronized boolean is_for(org.omg.CosCollection.Collection collector)(Code)(Java Doc)
public synchronized boolean is_in_between()(Code)(Java Doc)
public synchronized boolean is_valid()(Code)(Java Doc)
public boolean not_equal_remove_element_set_to_next(org.omg.CosCollection.Iterator test) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public boolean not_equal_replace_element_set_to_next(org.omg.CosCollection.Iterator test, Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)(Java Doc)
public boolean not_equal_retrieve_element_set_to_next(org.omg.CosCollection.Iterator test, AnyHolder element) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public void remove_element() throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public boolean remove_element_set_to_next() throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public boolean remove_next_n_elements(int n, org.omg.CORBA.IntHolder actual_number) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public void replace_element(Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)(Java Doc)
public boolean replace_element_set_to_next(Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)(Java Doc)
public boolean replace_next_n_elements(Any[] elements, org.omg.CORBA.IntHolder actual_number) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)(Java Doc)
public boolean retrieve_element(AnyHolder element) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public boolean retrieve_element_set_to_next(AnyHolder element, org.omg.CORBA.BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public boolean retrieve_next_n_elements(int n, AnySequenceHolder result, org.omg.CORBA.BooleanHolder more) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc)
public synchronized void set_in_between(boolean in_between)(Code)(Java Doc)
public synchronized void set_pos(int pos)(Code)(Java Doc)
public synchronized void set_servant(Servant srvnt)(Code)(Java Doc)
public boolean set_to_first_element()(Code)(Java Doc)
public boolean set_to_next_element() throws IteratorInvalid(Code)(Java Doc)
public boolean set_to_next_nth_element(int n) throws IteratorInvalid(Code)(Java Doc)

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.