Uses of Interface
org.terracotta.offheapstore.util.AATreeSet.Node
Packages that use AATreeSet.Node
Package
Description
-
Uses of AATreeSet.Node in org.terracotta.offheapstore.disk.storage
Classes in org.terracotta.offheapstore.disk.storage that implement AATreeSet.NodeModifier and TypeClassDescription(package private) classClass that represents the regions held within this set.Methods in org.terracotta.offheapstore.disk.storage with parameters of type AATreeSet.NodeModifier and TypeMethodDescriptionvoidRegion.setLeft(AATreeSet.Node<Region> l) voidRegion.setRight(AATreeSet.Node<Region> r) voidRegion.swapPayload(AATreeSet.Node<Region> other) -
Uses of AATreeSet.Node in org.terracotta.offheapstore.storage.allocator
Classes in org.terracotta.offheapstore.storage.allocator that implement AATreeSet.NodeModifier and TypeClassDescription(package private) classClass that represents the regions held within this set.Methods in org.terracotta.offheapstore.storage.allocator that return AATreeSet.NodeModifier and TypeMethodDescription(package private) abstract AATreeSet.Node<Region> PowerOfTwoAllocator.Packing.fallback(AATreeSet.Node<Region> node) (package private) abstract AATreeSet.Node<Region> PowerOfTwoAllocator.Packing.prefered(AATreeSet.Node<Region> node) Methods in org.terracotta.offheapstore.storage.allocator with parameters of type AATreeSet.NodeModifier and TypeMethodDescription(package private) abstract AATreeSet.Node<Region> PowerOfTwoAllocator.Packing.fallback(AATreeSet.Node<Region> node) (package private) abstract AATreeSet.Node<Region> PowerOfTwoAllocator.Packing.prefered(AATreeSet.Node<Region> node) voidRegion.setLeft(AATreeSet.Node<Region> l) voidRegion.setRight(AATreeSet.Node<Region> r) voidRegion.swapPayload(AATreeSet.Node<Region> other) -
Uses of AATreeSet.Node in org.terracotta.offheapstore.util
Classes in org.terracotta.offheapstore.util that implement AATreeSet.NodeModifier and TypeClassDescriptionstatic classAATreeSet.AbstractTreeNode<E extends Comparable<? super E>>private static final classprivate static final classAATreeSet.TreeNode<E extends Comparable<? super E>>Fields in org.terracotta.offheapstore.util declared as AATreeSet.NodeModifier and TypeFieldDescriptionprivate AATreeSet.Node<T> AATreeSet.heirprivate AATreeSet.Node<T> AATreeSet.itemprivate AATreeSet.Node<E> AATreeSet.AbstractTreeNode.leftprivate AATreeSet.Node<T> AATreeSet.TreeIterator.nextprivate AATreeSet.Node<E> AATreeSet.AbstractTreeNode.rightprivate AATreeSet.Node<T> AATreeSet.rootprivate static final AATreeSet.Node<?> AATreeSet.TerminalNode.TERMINALFields in org.terracotta.offheapstore.util with type parameters of type AATreeSet.NodeModifier and TypeFieldDescriptionprivate final Stack<AATreeSet.Node<T>> AATreeSet.TreeIterator.pathMethods in org.terracotta.offheapstore.util that return AATreeSet.NodeModifier and TypeMethodDescriptionprivate AATreeSet.Node<T> AATreeSet.createNode(T data) private AATreeSet.Node<T> AATreeSet.find(AATreeSet.Node<T> top, T probe) AATreeSet.AbstractTreeNode.getLeft()AATreeSet.Node.getLeft()AATreeSet.AbstractTreeNode.getRight()AATreeSet.Node.getRight()protected final AATreeSet.Node<T> AATreeSet.getRoot()private AATreeSet.Node<T> AATreeSet.insert(AATreeSet.Node<T> top, T data) private AATreeSet.Node<T> AATreeSet.remove(AATreeSet.Node<T> top, T data) private static <T extends Comparable<? super T>>
AATreeSet.Node<T> AATreeSet.skew(AATreeSet.Node<T> top) private static <T extends Comparable<? super T>>
AATreeSet.Node<T> AATreeSet.split(AATreeSet.Node<T> top) static <T extends Comparable<? super T>>
AATreeSet.Node<T> AATreeSet.TerminalNode.terminal()Methods in org.terracotta.offheapstore.util with parameters of type AATreeSet.NodeModifier and TypeMethodDescriptionprivate AATreeSet.Node<T> AATreeSet.find(AATreeSet.Node<T> top, T probe) private AATreeSet.Node<T> AATreeSet.insert(AATreeSet.Node<T> top, T data) private AATreeSet.Node<T> AATreeSet.remove(AATreeSet.Node<T> top, T data) voidAATreeSet.AbstractTreeNode.setLeft(AATreeSet.Node<E> node) voidAATreeSet.Node.setLeft(AATreeSet.Node<E> node) voidAATreeSet.TerminalNode.setLeft(AATreeSet.Node right) voidAATreeSet.AbstractTreeNode.setRight(AATreeSet.Node<E> node) voidAATreeSet.Node.setRight(AATreeSet.Node<E> node) voidAATreeSet.TerminalNode.setRight(AATreeSet.Node left) private static <T extends Comparable<? super T>>
AATreeSet.Node<T> AATreeSet.skew(AATreeSet.Node<T> top) private static <T extends Comparable<? super T>>
AATreeSet.Node<T> AATreeSet.split(AATreeSet.Node<T> top) voidAATreeSet.Node.swapPayload(AATreeSet.Node<E> with) voidAATreeSet.TerminalNode.swapPayload(AATreeSet.Node payload) voidAATreeSet.TreeNode.swapPayload(AATreeSet.Node<E> node)