|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntrusiveList.Member | |
---|---|
org.netbeans.mdr.persistence.btreeimpl.btreestorage | Together, the btreestorage and btreeindex packages provide the btree storage implementation for the NetBeans meta-data repository. |
Uses of IntrusiveList.Member in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
---|
Subclasses of IntrusiveList.Member in org.netbeans.mdr.persistence.btreeimpl.btreestorage | |
---|---|
class |
CachedPage
This represents a page fetched from the cache. |
Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return IntrusiveList.Member | |
---|---|
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 |
Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type IntrusiveList.Member | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |