| Package | Description |
|---|---|
| org.netbeans.mdr.persistence.btreeimpl.btreestorage |
Together, the btreestorage and btreeindex packages provide the btree storage
implementation for the NetBeans meta-data repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedPage
This represents a page fetched from the cache.
|
| Modifier and Type | Method and Description |
|---|---|
IntrusiveList.Member |
IntrusiveList.removeFirst()
remove the object at the head of the list
|
IntrusiveList.Member |
IntrusiveList.removeLast()
remove the object at the end of the list
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntrusiveList.addFirst(IntrusiveList.Member m)
add an object at the head of the list
|
void |
IntrusiveList.addLast(IntrusiveList.Member m)
add an object at the end of the list
|
void |
IntrusiveList.remove(IntrusiveList.Member m)
remove an object from the list
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.