Package | Description |
---|---|
net.sf.ehcache.store.disk.ods |
This package contains the classes managing the on-disk structure of the disk store.
|
Modifier and Type | Class and Description |
---|---|
static class |
AATreeSet.AbstractTreeNode<E>
Abstract node implementation that can be extended with a custom payload.
|
class |
Region
Class that represents the regions held within this set.
|
Modifier and Type | Method and Description |
---|---|
AATreeSet.Node<E> |
AATreeSet.Node.getLeft()
Get this node's left child.
|
AATreeSet.Node<E> |
AATreeSet.AbstractTreeNode.getLeft()
Get this node's left child.
|
AATreeSet.Node<E> |
AATreeSet.Node.getRight()
Get this node's right child.
|
AATreeSet.Node<E> |
AATreeSet.AbstractTreeNode.getRight()
Get this node's right child.
|
protected AATreeSet.Node<T> |
AATreeSet.getRoot()
Returns the root node of this tree.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.setLeft(AATreeSet.Node<Comparable> l) |
void |
AATreeSet.Node.setLeft(AATreeSet.Node<E> node)
Set this node's left child.
|
void |
AATreeSet.AbstractTreeNode.setLeft(AATreeSet.Node<E> node)
Set this node's left child.
|
void |
Region.setRight(AATreeSet.Node<Comparable> r) |
void |
AATreeSet.Node.setRight(AATreeSet.Node<E> node)
Set this node's right child.
|
void |
AATreeSet.AbstractTreeNode.setRight(AATreeSet.Node<E> node)
Set this node's right child.
|
void |
Region.swapPayload(AATreeSet.Node<Comparable> other)
Swap the payload objects between this node and the supplied node.
|
void |
AATreeSet.Node.swapPayload(AATreeSet.Node<E> with)
Swap the payload objects between this node and the supplied node.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.