![]() |
Quadcap Embeddable Database |
Inheritance diagram for com.quadcap.sql.lock.SortedArrayIterator:

Definition at line 50 of file SortedArrayIterator.java.
Public Member Functions | |
| SortedArrayIterator (SortedArray array) | |
| boolean | hasNext () |
| Object | next () |
| void | remove () |
| Remove the object that we just returned. | |
Package Functions | |
| void | position (Object obj) |
Package Attributes | |
| SortedArray | array |
| int | pos |
|
|
Definition at line 54 of file SortedArrayIterator.java. |
|
|
Definition at line 65 of file SortedArrayIterator.java. References com.quadcap.sql.lock.SortedArrayIterator.array, com.quadcap.sql.lock.SortedArrayIterator.pos, and com.quadcap.sql.lock.SortedArray.size. Referenced by com.quadcap.sql.lock.LockManager.getLockForTransaction(). |
|
|
Definition at line 69 of file SortedArrayIterator.java. References com.quadcap.sql.lock.SortedArrayIterator.array, com.quadcap.sql.lock.SortedArray.get(), com.quadcap.sql.lock.SortedArrayIterator.pos, and com.quadcap.sql.lock.SortedArray.size. Referenced by com.quadcap.sql.lock.LockManager.getLockForTransaction(). |
|
|
|
Remove the object that we just returned.
Definition at line 79 of file SortedArrayIterator.java. References com.quadcap.sql.lock.SortedArrayIterator.array, com.quadcap.sql.lock.SortedArrayIterator.pos, and com.quadcap.sql.lock.SortedArray.removeAt(). |
|
|