Java Doc for IntRowMap.java in  » Database-DBMS » axion » org » axiondb » engine » rowcollection » 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 » Database DBMS » axion » org.axiondb.engine.rowcollection 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.axiondb.engine.rowcollection.IntHashMap
      org.axiondb.engine.rowcollection.IntRowMap

IntRowMap
public class IntRowMap extends IntHashMap (Code)
Int key and Row value Map, this does not implement java.util.Map interface and has limited Map like API. Does not implement EntrySet and and KeySet, tather it just retunds their iterator.
version:
   $Revision: 1.5 $ $Date: 2005/12/23 01:32:24 $
author:
   Ahimanikya Satapathy



Constructor Summary
public  IntRowMap()
     Creates an IntRowMap of small initial capacity.
public  IntRowMap(int capacity)
     Creates an IntRowMap of specified initial capacity.
public  IntRowMap(IntRowMap map)
     Creates a IntRowMap containing the specified entries, in the order they are returned by the map's iterator.

Method Summary
final public  voidaddIndex(Index index)
    
public  RowaddRow(Table table, Row row)
    
public  voidclear()
     Removes all mappings from this IntRowMap .
final public  voidclearIndexes()
    
public  RowdeleteRow(Table table, Row deleted)
    
public  IndexgetIndexForColumn(Column column)
    
public  RowIteratorgetIndexedRows(Table source, Selectable node, boolean readOnly)
    
final public  RowgetRow(int key)
     Returns the value to which this IntRowMap maps the specified key.
Parameters:
  key - the key whose associated value is to be returned.
public  booleanisColumnIndexed(Column column)
    
public  voidpopulateIndex(Table table, Index index)
    
final public  RowputRow(int key, Row value)
     Associates the specified value with the specified key in this IntRowMap . If the IntRowMap previously contained a mapping for this key, the old value is replaced.
Parameters:
  key - the key with which the specified value is to be associated.
Parameters:
  value - the value to be associated with the specified key.
final public  RowremoveRow(int key)
     Removes the mapping for this key from this IntRowMap if present.
Parameters:
  key - the key whose mapping is to be removed from the map.
final public  RowIteratorrowIterator()
     Returns a list iterator over the values in this list in proper sequence, (this map maintains the insertion order).
final public  RowCollectionrowValues()
     Returns a RowCollection view of the values contained in this IntRowMap .
public  voidshutdown()
    
public  voidtruncateIndices()
    
public  RowupdateRow(Table table, Row oldrow, Row newrow)
    


Constructor Detail
IntRowMap
public IntRowMap()(Code)
Creates an IntRowMap of small initial capacity.



IntRowMap
public IntRowMap(int capacity)(Code)
Creates an IntRowMap of specified initial capacity. Unless the map size exceeds the specified capacity no memory allocation is ever performed.
Parameters:
  capacity - the initial capacity.



IntRowMap
public IntRowMap(IntRowMap map)(Code)
Creates a IntRowMap containing the specified entries, in the order they are returned by the map's iterator.
Parameters:
  map - the map whose entries are to be placed into this map.




Method Detail
addIndex
final public void addIndex(Index index)(Code)



addRow
public Row addRow(Table table, Row row) throws AxionException(Code)



clear
public void clear()(Code)
Removes all mappings from this IntRowMap .



clearIndexes
final public void clearIndexes()(Code)



deleteRow
public Row deleteRow(Table table, Row deleted) throws AxionException(Code)



getIndexForColumn
public Index getIndexForColumn(Column column)(Code)



getIndexedRows
public RowIterator getIndexedRows(Table source, Selectable node, boolean readOnly) throws AxionException(Code)



getRow
final public Row getRow(int key)(Code)
Returns the value to which this IntRowMap maps the specified key.
Parameters:
  key - the key whose associated value is to be returned. the value to which this map maps the specified key, or nullif there is no mapping for the key.



isColumnIndexed
public boolean isColumnIndexed(Column column)(Code)



populateIndex
public void populateIndex(Table table, Index index) throws AxionException(Code)



putRow
final public Row putRow(int key, Row value)(Code)
Associates the specified value with the specified key in this IntRowMap . If the IntRowMap previously contained a mapping for this key, the old value is replaced.
Parameters:
  key - the key with which the specified value is to be associated.
Parameters:
  value - the value to be associated with the specified key. the previous value associated with specified key, or null ifthere was no mapping for key. A null return can alsoindicate that the map previously associated null with thespecified key.



removeRow
final public Row removeRow(int key)(Code)
Removes the mapping for this key from this IntRowMap if present.
Parameters:
  key - the key whose mapping is to be removed from the map. previous value associated with specified key, or null ifthere was no mapping for key. A null return can alsoindicate that the map previously associated null with thespecified key.



rowIterator
final public RowIterator rowIterator()(Code)
Returns a list iterator over the values in this list in proper sequence, (this map maintains the insertion order). a list iterator of the values in this list (in proper sequence).



rowValues
final public RowCollection rowValues()(Code)
Returns a RowCollection view of the values contained in this IntRowMap . The collection is backed by the map, so changes to the map are reflected in the collection, and vice-versa. The collection supports element removal, which removes the corresponding mapping from this map, via the RowIterator.remove,RowCollection.remove and clear operations. a row collection view of the values contained in this map.



shutdown
public void shutdown()(Code)



truncateIndices
public void truncateIndices() throws AxionException(Code)



updateRow
public Row updateRow(Table table, Row oldrow, Row newrow) throws AxionException(Code)



Methods inherited from org.axiondb.engine.rowcollection.IntHashMap
protected void addEntry(int hash, int key, Object value)(Code)(Java Doc)
public void clear()(Code)(Java Doc)
final public boolean containsKey(int key)(Code)(Java Doc)
final public boolean containsValue(Object value)(Code)(Java Doc)
public EntryIterator entryIterator()(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
final public Object get(int key)(Code)(Java Doc)
final public Entry getEntry(int key)(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public Entry headEntry()(Code)(Java Doc)
final public boolean isEmpty()(Code)(Java Doc)
public IntListIterator keyIterator()(Code)(Java Doc)
public IntCollection keys()(Code)(Java Doc)
protected Entry newEntry()(Code)(Java Doc)
final public Object put(int key, Object value)(Code)(Java Doc)
final public void putAll(IntHashMap that)(Code)(Java Doc)
final public Object remove(int key)(Code)(Java Doc)
public void removeEntry(Entry entry)(Code)(Java Doc)
final public int size()(Code)(Java Doc)
final public Entry tailEntry()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public ValueIterator valueIterator()(Code)(Java Doc)
final public Values values()(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.