Uses of Interface
net.sf.ehcache.store.disk.ods.AATreeSet.Node
-
Packages that use AATreeSet.Node Package Description net.sf.ehcache.store.disk.ods This package contains the classes managing the on-disk structure of the disk store. -
-
Uses of AATreeSet.Node in net.sf.ehcache.store.disk.ods
Classes in net.sf.ehcache.store.disk.ods that implement AATreeSet.Node Modifier and Type Class Description static classAATreeSet.AbstractTreeNode<E>Abstract node implementation that can be extended with a custom payload.classRegionClass that represents the regions held within this set.Methods in net.sf.ehcache.store.disk.ods that return AATreeSet.Node Modifier and Type Method Description AATreeSet.Node<E>AATreeSet.AbstractTreeNode. getLeft()Get this node's left child.AATreeSet.Node<E>AATreeSet.Node. getLeft()Get this node's left child.AATreeSet.Node<E>AATreeSet.AbstractTreeNode. getRight()Get this node's right child.AATreeSet.Node<E>AATreeSet.Node. getRight()Get this node's right child.protected AATreeSet.Node<T>AATreeSet. getRoot()Returns the root node of this tree.Methods in net.sf.ehcache.store.disk.ods with parameters of type AATreeSet.Node Modifier and Type Method Description voidAATreeSet.AbstractTreeNode. setLeft(AATreeSet.Node<E> node)Set this node's left child.voidAATreeSet.Node. setLeft(AATreeSet.Node<E> node)Set this node's left child.voidRegion. setLeft(AATreeSet.Node<java.lang.Comparable> l)voidAATreeSet.AbstractTreeNode. setRight(AATreeSet.Node<E> node)Set this node's right child.voidAATreeSet.Node. setRight(AATreeSet.Node<E> node)Set this node's right child.voidRegion. setRight(AATreeSet.Node<java.lang.Comparable> r)voidAATreeSet.Node. swapPayload(AATreeSet.Node<E> with)Swap the payload objects between this node and the supplied node.voidRegion. swapPayload(AATreeSet.Node<java.lang.Comparable> other)Swap the payload objects between this node and the supplied node.
-